]> git.pld-linux.org Git - packages/pmount.git/blob - pmount-build_fixes.patch
- updated gettext BR
[packages/pmount.git] / pmount-build_fixes.patch
1 --- pmount-0.9.21/src/Makefile.am~      2010-05-04 22:22:07.000000000 +0200
2 +++ pmount-0.9.21/src/Makefile.am       2010-05-09 14:54:00.023752855 +0200
3 @@ -36,8 +36,8 @@
4  
5  install-data-hook:
6         test -z $(INSTALL_DIR) || mkdir -p -- $(INSTALL_DIR)
7 -       $(INSTALL_DATA) -o root -g root -m 4755 -D $(INSTALL_SRC)/pmount $(INSTALL_DIR)/pmount
8 -       $(INSTALL_DATA) -o root -g root -m 4755 -D $(INSTALL_SRC)/pumount $(INSTALL_DIR)/pumount
9 +       $(INSTALL_DATA) -D $(INSTALL_SRC)/pmount $(INSTALL_DIR)/pmount
10 +       $(INSTALL_DATA) -D $(INSTALL_SRC)/pumount $(INSTALL_DIR)/pumount
11  
12  uninstall-hook:
13         rm -f $(INSTALL_DIR)/pmount
This page took 0.070686 seconds and 4 git commands to generate.