summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2015-06-24 22:52:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-24 22:52:13 +0000
commitc05f5e7a8fa5de4224b34534ac41cee19d8939a3 (patch)
tree6fc15d450764b2e1d5da3ba334323b0cc43f3fad
parent61cde7e4843af7590e5ea06a80d67ca5a6dfc616 (diff)
parentcc919ca13a0c076a75faef80f6b1a7636801aab3 (diff)
downloadextras-c05f5e7a8fa5de4224b34534ac41cee19d8939a3.tar.gz
am cc919ca1: mksquashfsimage.sh: Add forward slash for SRC_DIR
* commit 'cc919ca13a0c076a75faef80f6b1a7636801aab3': mksquashfsimage.sh: Add forward slash for SRC_DIR
-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 58333fe7..260a0fd9 100755
--- a/squashfs_utils/mksquashfsimage.sh
+++ b/squashfs_utils/mksquashfsimage.sh
@@ -72,7 +72,7 @@ if [ -n "$BLOCK_SIZE" ]; then
OPT="$OPT -b $BLOCK_SIZE"
fi
-MAKE_SQUASHFS_CMD="mksquashfs $SRC_DIR $OUTPUT_FILE -no-progress -comp $COMPRESSOR $COMPRESSOR_OPT -no-exports -noappend -no-recovery -android-fs-config $OPT"
+MAKE_SQUASHFS_CMD="mksquashfs $SRC_DIR/ $OUTPUT_FILE -no-progress -comp $COMPRESSOR $COMPRESSOR_OPT -no-exports -noappend -no-recovery -android-fs-config $OPT"
echo $MAKE_SQUASHFS_CMD
$MAKE_SQUASHFS_CMD