[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (965c18bf0774cb90167a9b7bbd29a978b345d000)

Mathieu Lonjaret scm at mail.sourcemage.org
Thu Jan 18 15:16:30 EST 2007


GIT changes to master grimoire by Mathieu Lonjaret <lejatorn at sourcemage.org>:

 ftp/wget/HISTORY     |    4 ++++
 ftp/wget/INSTALL     |    4 ++--
 ftp/wget/POST_REMOVE |    3 ++-
 3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit c23a7dec26938c95e754426e40d8faad056ab7b1
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    wget: fixing bug 12807

diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index f803585..f2fa212 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,7 @@
+2007-01-18 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* POST_REMOVE, INSTALL: fixing bug #12807 (problems with install-info
+	* from dpkg spell).
+
 2007-01-15 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* TRIGGERS: added missing &&
 
diff --git a/ftp/wget/INSTALL b/ftp/wget/INSTALL
index b9d4991..47159f5 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 3229abb..76b363f 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



More information about the SM-Commit mailing list