Browse Source

contrib/lsupgrade.sh: adjust to new package paths

Matthias Schiffer 9 years ago
parent
commit
3a53189b7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lsupgrade.sh

+ 1 - 1
contrib/lsupgrade.sh

@@ -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