summaryrefslogtreecommitdiff
path: root/squashfs_utils
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2015-06-24 22:00:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-06-24 22:00:57 +0000
commit9db7ede5dea508d590cb8ba5fe864203bc1e789c (patch)
tree219091ba0e317f46ae4b5dc572af3a8de8fdd979 /squashfs_utils
parent04bf8bdfd19bd671cf53ac38f17864bfdab20e05 (diff)
parent5940c66116015f6b3f2f67526786270f73e59576 (diff)
downloadextras-9db7ede5dea508d590cb8ba5fe864203bc1e789c.tar.gz
Merge "mksquashfsimage.sh: Add forward slash for SRC_DIR"
Diffstat (limited to 'squashfs_utils')
-rwxr-xr-xsquashfs_utils/mksquashfsimage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfs_utils/mksquashfsimage.sh b/squashfs_utils/mksquashfsimage.sh
index c1eec7b5..dab80ba1 100755
--- a/squashfs_utils/mksquashfsimage.sh
+++ b/squashfs_utils/mksquashfsimage.sh
@@ -59,7 +59,7 @@ if [ -n "$BLOCK_SIZE" ]; then
OPT="$OPT -b $BLOCK_SIZE"
fi
-MAKE_SQUASHFS_CMD="mksquashfs $SRC_DIR $OUTPUT_FILE -no-progress -comp lz4 -Xhc -no-exports -noappend -no-recovery -android-fs-config $OPT"
+MAKE_SQUASHFS_CMD="mksquashfs $SRC_DIR/ $OUTPUT_FILE -no-progress -comp lz4 -Xhc -no-exports -noappend -no-recovery -android-fs-config $OPT"
echo $MAKE_SQUASHFS_CMD
$MAKE_SQUASHFS_CMD