diff options
-rw-r--r-- | update-kernel.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/update-kernel.in b/update-kernel.in index ab7c528..fc0899d 100644 --- a/update-kernel.in +++ b/update-kernel.in @@ -205,7 +205,6 @@ extra_pkgs() { _apk add --initdb --update-cache if [ "$BUILDDIR" ]; then - local _install case "$ARCH" in arm*|aarch64*) _install="zinstall dtbs_install" ;; *) _install="install" ;; @@ -264,8 +263,7 @@ fi mv $STAGING/* "$DESTDIR" if [ -d "$DTBDIR" ]; then - local _opwd=$PWD - local _dtb + _opwd=$PWD case "$FLAVOR" in rpi*) _dtb="$DESTDIR" ;; *) _dtb="$DESTDIR/dtbs" ;; |