]> git.pld-linux.org Git - packages/pmount.git/blob - pmount-build_fixes.patch
- obolotes
[packages/pmount.git] / pmount-build_fixes.patch
1 diff -aurN pmount-0.9.7.orig/src/Makefile.am pmount-0.9.7/src/Makefile.am
2 --- pmount-0.9.7.orig/src/Makefile.am   2005-12-16 11:34:37.000000000 +0100
3 +++ pmount-0.9.7/src/Makefile.am        2006-02-27 16:23:03.876543872 +0100
4 @@ -30,8 +30,8 @@
5  
6  install-data-hook:
7         test -z $(INSTALL_DIR) || mkdir -p -- $(INSTALL_DIR)
8 -       $(INSTALL_DATA) -o root -g root -m 4755 -D $(INSTALL_SRC)/pmount $(INSTALL_DIR)/pmount
9 -       $(INSTALL_DATA) -o root -g root -m 4755 -D $(INSTALL_SRC)/pumount $(INSTALL_DIR)/pumount
10 +       $(INSTALL_DATA) -D $(INSTALL_SRC)/pmount $(INSTALL_DIR)/pmount
11 +       $(INSTALL_DATA) -D $(INSTALL_SRC)/pumount $(INSTALL_DIR)/pumount
12         
13  uninstall-hook:
14         rm -f $(INSTALL_DIR)/pmount
This page took 0.090465 seconds and 3 git commands to generate.