Explorar o código

BUGFIX: Allow installation of multiple packages

Danny Sonnenschein %!s(int64=6) %!d(string=hai) anos
pai
achega
e81ec3f9b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -235,7 +235,7 @@ build_tarball() {
 	fi
 	local allpkgs="${packages}"
 	for pkg in $pkgdir/*.ipk; do
-		allpkgs=" $pkg"
+		allpkgs="${allpkgs} $pkg"
 	done
 
 	local cmd="scripts/build_rootfs.sh"