]> sourceware.org Git - lvm2.git/commitdiff
Fix $(INSTALL_SCRIPT)
authorAlasdair Kergon <agk@redhat.com>
Thu, 20 May 2010 22:54:58 +0000 (22:54 +0000)
committerAlasdair Kergon <agk@redhat.com>
Thu, 20 May 2010 22:54:58 +0000 (22:54 +0000)
make.tmpl.in

index 3144a885be3095417ef7eab7a960677f7ae78645..b438141cace166c527cdcd3c1d7a3d2697c6a249 100644 (file)
@@ -103,7 +103,7 @@ INSTALL_WDATA = $(INSTALL) -p -m 644
 INSTALL_DIR = $(INSTALL) -m 0755 -d
 INSTALL_ROOT_DIR = $(INSTALL) -m 0700 -d
 INSTALL_ROOT_DATA = $(INSTALL) -m 0600
-INSTALL_SCRIPT = $(INSTALL) -p -m $(M_INSTALL_PROGRAM)
+INSTALL_SCRIPT = $(INSTALL) -p $(M_INSTALL_PROGRAM)
 
 .SUFFIXES: .c .d .o .so .a .po .pot .mo .dylib
 
This page took 0.043055 seconds and 5 git commands to generate.