pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/pgcc The INSTALL script was overlooked during the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab65f694a6f2
branches: trunk
changeset: 459796:ab65f694a6f2
user: seb <seb%pkgsrc.org@localhost>
date: Thu Aug 07 15:33:28 2003 +0000
description:
The INSTALL script was overlooked during the conversion to
USE_NEW_TEXINFO. But...
It is not really useful now, so remove it.
diffstat:
lang/pgcc/INSTALL | 37 -------------------------------------
1 files changed, 0 insertions(+), 37 deletions(-)
diffs (41 lines):
diff -r fc3558536d80 -r ab65f694a6f2 lang/pgcc/INSTALL
--- a/lang/pgcc/INSTALL Thu Aug 07 15:29:57 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-#!/bin/sh
-#
-# Prior versions of the "gcc" package would install a corrupted
-# info entry for "chill", which would foil subsequent installations.
-# This script attempts to clean up that entry.
-
-if [ $# -ne 2 -o ! -d "${PKG_PREFIX}" -o ! -w "${PKG_PREFIX}/info/dir" ]
-# Script was called improperly.
-then
- exit 1
-fi
-
-if [ "$2" != "PRE-INSTALL" ]
-# No problem
-then
- exit 0
-fi
-
-if [ ! -x /bin/ed ]
-# Who knows? Give up.
-then
- exit 0
-fi
-
-echo Fixing up infodir from previous installation\.\.\.
-/bin/ed "${PKG_PREFIX}/info/dir" 2> /dev/null << END
-/^* Chill/d
-w
-q
-END
-if [ $? -eq 0 ]
-then
- \.\.\.fixed\.
- exit 0
-fi
-echo \.\.\.nothing to fix\.
-exit 0
Home |
Main Index |
Thread Index |
Old Index