summaryrefslogtreecommitdiffstats
path: root/linking_change.patch
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@fedoraproject.org>2008-05-20 05:27:05 +0000
committerBenjamin Marzinski <bmarzins@fedoraproject.org>2008-05-20 05:27:05 +0000
commit005566c77fa9fe9abb2fe7726e398f7538c50c30 (patch)
tree7fdd0d4a75a5fa1a8a4656fa76c9503234283f59 /linking_change.patch
parentd8126f99223482294456332682a6aeabce3b4f7e (diff)
Fixed ownership build error.device-mapper-multipath-0_4_8-3_fc10
Diffstat (limited to 'linking_change.patch')
-rw-r--r--linking_change.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/linking_change.patch b/linking_change.patch
index 69cea86..0215e3a 100644
--- a/linking_change.patch
+++ b/linking_change.patch
@@ -11,9 +11,9 @@ Index: multipath-tools-080519/libmultipath/Makefile
install:
+ $(INSTALL_PROGRAM) -d $(DESTDIR)$(prefix)/lib
-+ $(INSTALL_PROGRAM) -o root -g root -m 755 $(LIBS) $(DESTDIR)$(prefix)/lib/$(LIBS)
- $(INSTALL_PROGRAM) -o root -g root -m 755 -d $(DESTDIR)$(libdir)
-- $(INSTALL_PROGRAM) -o root -g root -m 755 $(LIBS) $(DESTDIR)$(libdir)/$(LIBS)
++ $(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(prefix)/lib/$(LIBS)
+ $(INSTALL_PROGRAM) -m 755 -d $(DESTDIR)$(libdir)
+- $(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(libdir)/$(LIBS)
+ ldconfig
uninstall: