Remove the info/dir file
meta/pkginfo.in is no longer needed
This commit is contained in:
parent
a4fdeed467
commit
9d80913983
@ -9,7 +9,7 @@
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=coreutils
|
||||
version=5.0
|
||||
pkgver=1
|
||||
pkgver=2
|
||||
source[0]=$topdir-$version.tar.bz2
|
||||
# If there are no patches, simply comment this
|
||||
#patch[0]=
|
||||
@ -19,7 +19,7 @@ source[0]=$topdir-$version.tar.bz2
|
||||
|
||||
# Fill in pkginfo values if necessary
|
||||
# using pkgname,name,pkgcat,pkgvendor & pkgdesc
|
||||
name="Gnu Coreutils"
|
||||
name="GNU Coreutils"
|
||||
pkgvendor="http://www.gnu.org"
|
||||
pkgdesc="Collection of basic file, shell and text manipulation utilities"
|
||||
|
||||
@ -45,6 +45,7 @@ reg install
|
||||
install()
|
||||
{
|
||||
generic_install DESTDIR
|
||||
$RM -f $stagedir$prefix/info/dir
|
||||
}
|
||||
|
||||
reg pack
|
||||
|
@ -1,11 +0,0 @@
|
||||
PKG="%%pkgname%%"
|
||||
NAME="%%name%%"
|
||||
ARCH="sparc"
|
||||
VERSION="%%version%%"
|
||||
CATEGORY="%%pkgcat%%"
|
||||
VENDOR="%%pkgvendor%%"
|
||||
EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk"
|
||||
PSTAMP="%%pkgver%%"
|
||||
BASEDIR="%%topinstalldir%%"
|
||||
CLASSES="none"
|
||||
DESC="%%pkgdesc%%"
|
Loading…
x
Reference in New Issue
Block a user