diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-08 23:33:07 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-08 23:33:07 +0000 |
commit | 256087671c0195af4bf64581fa3773bf6d3fef5b (patch) | |
tree | b1b9f01b650d362cd6598ed2b68c2e475b1ffe4c /packages/pmount/pmount-0.9.17/install.patch | |
parent | 2a82625e1b63d1eb33b37fea6c96b14e02549708 (diff) |
pmount: update to version 0.9.17
* recipe original provided by Kalev Lember
* added gettext.patch because we want build without NLS stuff
* added install.patch bescaue we want to install withou -o root
and -g root
* leave mmc problem open, if there was one
* closes bug 4599
Diffstat (limited to 'packages/pmount/pmount-0.9.17/install.patch')
-rw-r--r-- | packages/pmount/pmount-0.9.17/install.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/pmount/pmount-0.9.17/install.patch b/packages/pmount/pmount-0.9.17/install.patch new file mode 100644 index 0000000000..b02942a591 --- /dev/null +++ b/packages/pmount/pmount-0.9.17/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 |