consistency_check.sh: fix dirname
This commit is contained in:
parent
cdb6bf6e94
commit
9c39291c28
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ consistency_check_smart () {
|
||||||
consistency_check() {
|
consistency_check() {
|
||||||
local pkg= pkgname=
|
local pkg= pkgname=
|
||||||
for pkg in "$XBPS_SRCPKGDIR"/*/template; do
|
for pkg in "$XBPS_SRCPKGDIR"/*/template; do
|
||||||
pkg=${pkg%*/}/
|
pkg=${pkg%/*}
|
||||||
XBPS_TARGET_PKG=${pkg##*/}
|
XBPS_TARGET_PKG=${pkg##*/}
|
||||||
(
|
(
|
||||||
read_pkg
|
read_pkg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue