summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/freeimage/install_fixes.patch
blob: 21c9fadde97ac09d28aa4ffeaba8fd55b2121d5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Makefile.gnu	2015-03-10 09:04:00.000000000 +0100
+++ b/Makefile.gnu	2019-03-15 13:20:12.480698778 +0100
@@ -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