diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-12 17:51:20 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-12 17:51:20 +0200 |
commit | 9dfea5993c0392755127d654fd6d7eec4f647b1b (patch) | |
tree | d61d779dcbbabc4fdc069ef2b6d1a2624b0b9862 /recipes/pmount/pmount-0.9.19/install.patch | |
parent | 1549e54c0be73140dc039640cfc2bc2db0d58628 (diff) |
pmount: update to version 0.9.19
* no libsysfs dependency anymore
Diffstat (limited to 'recipes/pmount/pmount-0.9.19/install.patch')
-rw-r--r-- | recipes/pmount/pmount-0.9.19/install.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/pmount/pmount-0.9.19/install.patch b/recipes/pmount/pmount-0.9.19/install.patch new file mode 100644 index 0000000000..b02942a591 --- /dev/null +++ b/recipes/pmount/pmount-0.9.19/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 |