contrib/lsupgrade.sh: adjust to new package paths
This commit is contained in:
parent
63059c7e8f
commit
3a53189b7c
@ -26,7 +26,7 @@ fi
|
|||||||
|
|
||||||
pushd "$(dirname "$0")/.." >/dev/null
|
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")"
|
dir="$(dirname "$makefile")"
|
||||||
|
|
||||||
pushd "$dir" >/dev/null
|
pushd "$dir" >/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user