mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-03-19 19:14:07 +00:00
updated
This commit is contained in:
12
pkgdeplist
12
pkgdeplist
@@ -163,12 +163,12 @@ if [ ! "$INSTALLED" ] && [ ! "$NOT_INSTALLED" ] && [ ! "$MISSING" ]; then
|
||||
fi
|
||||
|
||||
# check for ports existence
|
||||
for pkg in ${PKG[@]}; do
|
||||
if [ ! $(getportpath $pkg) ]; then
|
||||
msgerr "Package '$pkg' not found."
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
#for pkg in ${PKG[@]}; do
|
||||
#if [ ! $(getportpath $pkg) ]; then
|
||||
#msgerr "Package '$pkg' not found."
|
||||
#exit 1
|
||||
#fi
|
||||
#done
|
||||
|
||||
# calculate dependencies
|
||||
for pkg in ${PKG[@]}; do
|
||||
|
||||
Reference in New Issue
Block a user