consistency_check.sh: fix dirname
This commit is contained in:
parent
cdb6bf6e94
commit
9c39291c28
@ -65,7 +65,7 @@ consistency_check_smart () {
|
||||
consistency_check() {
|
||||
local pkg= pkgname=
|
||||
for pkg in "$XBPS_SRCPKGDIR"/*/template; do
|
||||
pkg=${pkg%*/}/
|
||||
pkg=${pkg%/*}
|
||||
XBPS_TARGET_PKG=${pkg##*/}
|
||||
(
|
||||
read_pkg
|
||||
|
Loading…
x
Reference in New Issue
Block a user