summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-01-19 10:42:03 +0100
committerJaka Kranjc2007-01-19 10:42:03 +0100
commitb343aa669a55691c36f3db8989e5ff31241ff5c3 (patch)
tree18cdffbc5c560a51c2ca39de3dc131f770a4640e
parent7f2c2a05495ba6b039806515a9f4432de5a6d6d8 (diff)
wget: fixing bug 12807
Conflicts: ftp/wget/HISTORY
-rw-r--r--ftp/wget/HISTORY4
-rwxr-xr-xftp/wget/INSTALL4
-rwxr-xr-xftp/wget/POST_REMOVE3
3 files changed, 8 insertions, 3 deletions
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 53431c4ac4..6d9e5fac7d 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,7 @@
+2007-01-18 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * POST_REMOVE, INSTALL: fixing bug #12807 (problems with install-info
+ * from dpkg spell).
+
2007-01-06 Mathieu Lonjaret <lejatorn@sourcemage.org>
* DETAILS: added UPSTREAM_KEY, fixes bug#12946
diff --git a/ftp/wget/INSTALL b/ftp/wget/INSTALL
index b9d4991f07..47159f5985 100755
--- a/ftp/wget/INSTALL
+++ b/ftp/wget/INSTALL
@@ -1,3 +1,3 @@
make install DESTDIR=$INSTALL_ROOT &&
-install-info ${INSTALL_ROOT}/usr/share/info/wget.info \
- --info-dir ${INSTALL_ROOT}/usr/share/info
+install-info --info-dir="${INSTALL_ROOT}/usr/share/info"\
+ ${INSTALL_ROOT}/usr/share/info/wget.info
diff --git a/ftp/wget/POST_REMOVE b/ftp/wget/POST_REMOVE
index 3229abbe9f..76b363f0d3 100755
--- a/ftp/wget/POST_REMOVE
+++ b/ftp/wget/POST_REMOVE
@@ -1 +1,2 @@
-install-info --delete wget --info-dir ${INSTALL_ROOT}/usr/share/info
+install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
+ ${INSTALL_ROOT}/usr/share/info/wget.info