summaryrefslogtreecommitdiffstats
path: root/makefiles_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles_fix.patch')
-rw-r--r--makefiles_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefiles_fix.patch b/makefiles_fix.patch
index 976fd0e..0c6d4fe 100644
--- a/makefiles_fix.patch
+++ b/makefiles_fix.patch
@@ -8,8 +8,8 @@ Index: multipath-tools-080519/libmultipath/Makefile
install:
- $(INSTALL_PROGRAM) -o root -g root -m 755 -d $(libdir)
- $(INSTALL_PROGRAM) -o root -g root -m 755 $(LIBS) $(libdir)/$(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 -d $(DESTDIR)$(libdir)
++ $(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(libdir)/$(LIBS)
uninstall:
- rm -f $(libdir)/$(LIBS)