Clean up the package directory as intended
This is relevant for pkgsrc packaging.
This commit is contained in:
parent
1e0f34da9b
commit
eb129d7211
|
@ -632,7 +632,7 @@ _package_pkgsrc()
|
|||
distname="$PACKAGE-$VERSION"
|
||||
pkgname=$(echo "$PKGSRC_PREFIX$PACKAGE" | $TR A-Z a-z)
|
||||
|
||||
$DEBUG $RM -r -- "pkgname" || return 2
|
||||
$DEBUG $RM -r -- "$pkgname" || return 2
|
||||
$DEBUG $MKDIR -- "$pkgname" || return 2
|
||||
|
||||
#check the license
|
||||
|
|
Loading…
Reference in New Issue
Block a user