From e82aaf705cd08d524c0b315695bc85fffaf9a23a Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Thu, 29 Jan 2004 15:45:06 +0000 Subject: [PATCH] Remove info/dir file --- diffutils/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diffutils/build.sh b/diffutils/build.sh index a7076a1..7c8a315 100755 --- a/diffutils/build.sh +++ b/diffutils/build.sh @@ -9,7 +9,7 @@ # Check the following 4 variables before running the script topdir=diffutils version=2.8.1 -pkgver=1 +pkgver=2 source[0]=$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -47,6 +47,7 @@ reg install install() { generic_install DESTDIR + $RM -f $stagedir$prefix/info/dir } reg pack