Skip to content

Commit

Permalink
remasterpup2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
s243a committed Aug 8, 2019
1 parent bbb44cf commit 1f85331
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -583,7 +583,7 @@ $(gettext 'Please wait...')"
else
PKG_FILES_DIR="$PKGS_DIR"
fi
if [ -d "$BUILTIN_FILES_DIR" \' then
if [ -d "$BUILTIN_FILES_DIR" \' ]; then
BUILTIN_FILES_DIR="$PKGS_DIR/builtin_files"
else
BUILTIN_FILES_DIR="$(realpath "$PKGS_DIR/builtin_files")"
Expand Down Expand Up @@ -755,7 +755,7 @@ network-wizard."
while read -r ONEPKG
do
ONEFILE="/tmp$PKG_FILES_DIR/`echo "$ONEPKG" | cut -f1 -d '|'`.files"
ONENAME="$BUILTIN_FILES_DIR/`echo "$ONEPKG" | cut -f2 -d '|'`"
ONENAME="/tmp$BUILTIN_FILES_DIR/`echo "$ONEPKG" | cut -f2 -d '|'`"
mv -f "$ONEFILE" "$ONENAME"
done
fi
Expand Down

0 comments on commit 1f85331

Please sign in to comment.