Remove info/dir file

This commit is contained in:
Tom G. Christensen 2004-01-29 15:45:06 +00:00 committed by tgc
parent 87fd44a463
commit e82aaf705c

View File

@ -9,7 +9,7 @@
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=diffutils topdir=diffutils
version=2.8.1 version=2.8.1
pkgver=1 pkgver=2
source[0]=$topdir-$version.tar.gz source[0]=$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -47,6 +47,7 @@ reg install
install() install()
{ {
generic_install DESTDIR generic_install DESTDIR
$RM -f $stagedir$prefix/info/dir
} }
reg pack reg pack