diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-02-26 19:29:59 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-27 14:11:35 +0100 |
commit | baa37f3a42aa0f0ae35d8ba76eb469c49b9023ba (patch) | |
tree | e46a9d08c1e0f2bd6d5fc5e233203be1aedafbfa /packages/pmount/pmount-0.9.18/install.patch | |
parent | d3aaa3b12154980338924e71d4ffd422357810fe (diff) |
pmount: updated to 0.9.18
Diffstat (limited to 'packages/pmount/pmount-0.9.18/install.patch')
-rw-r--r-- | packages/pmount/pmount-0.9.18/install.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/pmount/pmount-0.9.18/install.patch b/packages/pmount/pmount-0.9.18/install.patch new file mode 100644 index 0000000000..b02942a591 --- /dev/null +++ b/packages/pmount/pmount-0.9.18/install.patch @@ -0,0 +1,15 @@ +Index: pmount-0.9.17/src/Makefile.am +=================================================================== +--- pmount-0.9.17.orig/src/Makefile.am 2008-10-09 01:22:41.668067209 +0200 ++++ pmount-0.9.17/src/Makefile.am 2008-10-09 01:23:22.144725902 +0200 +@@ -36,8 +36,8 @@ + + install-data-hook: + test -z $(INSTALL_DIR) || mkdir -p -- $(INSTALL_DIR) +- $(INSTALL_DATA) -o root -g root -m 4755 -D $(INSTALL_SRC)/pmount $(INSTALL_DIR)/pmount +- $(INSTALL_DATA) -o root -g root -m 4755 -D $(INSTALL_SRC)/pumount $(INSTALL_DIR)/pumount ++ $(INSTALL_DATA) -m 4755 -D $(INSTALL_SRC)/pmount $(INSTALL_DIR)/pmount ++ $(INSTALL_DATA) -m 4755 -D $(INSTALL_SRC)/pumount $(INSTALL_DIR)/pumount + + uninstall-hook: + rm -f $(INSTALL_DIR)/pmount |