diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 13:03:34 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 13:03:34 -0300 |
commit | d582d29431a7ef01d65a0081961de190e2085141 (patch) | |
tree | 343726b9d8bccb223054fafb7e653b5a35b64967 /community/freeimage/0001-no-root-install.patch | |
parent | c3b0700daa57a92a8fc54da4d7182b2d1cf9b6b1 (diff) | |
download | aports-d582d29431a7ef01d65a0081961de190e2085141.tar.bz2 aports-d582d29431a7ef01d65a0081961de190e2085141.tar.xz |
community/freeimage: move from testing
Diffstat (limited to 'community/freeimage/0001-no-root-install.patch')
-rw-r--r-- | community/freeimage/0001-no-root-install.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/freeimage/0001-no-root-install.patch b/community/freeimage/0001-no-root-install.patch new file mode 100644 index 0000000000..d3b062d6e7 --- /dev/null +++ b/community/freeimage/0001-no-root-install.patch @@ -0,0 +1,16 @@ +diff -ruN a/Makefile.gnu b/Makefile.gnu +--- a/Makefile.gnu 2015-04-09 16:34:02.315316841 +0200 ++++ b/Makefile.gnu 2015-04-09 16:34:28.875483201 +0200 +@@ -71,9 +71,9 @@ + + install: + install -d $(INCDIR) $(INSTALLDIR) +- install -m 644 -o root -g root $(HEADER) $(INCDIR) +- install -m 644 -o root -g root $(STATICLIB) $(INSTALLDIR) +- install -m 755 -o root -g root $(SHAREDLIB) $(INSTALLDIR) ++ install -m 644 $(HEADER) $(INCDIR) ++ install -m 644 $(STATICLIB) $(INSTALLDIR) ++ install -m 755 $(SHAREDLIB) $(INSTALLDIR) + ln -sf $(SHAREDLIB) $(INSTALLDIR)/$(VERLIBNAME) + ln -sf $(VERLIBNAME) $(INSTALLDIR)/$(LIBNAME) + # ldconfig |