contrib/lsupgrade.sh: adjust to new package paths

This commit is contained in:
Matthias Schiffer 2015-04-23 02:33:41 +02:00
parent 63059c7e8f
commit 3a53189b7c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ fi
pushd "$(dirname "$0")/.." >/dev/null
find packages -name Makefile | while read makefile; do
find package packages -name Makefile | while read makefile; do
dir="$(dirname "$makefile")"
pushd "$dir" >/dev/null