php: Update from 7.1 RC5 to RC6
[termux-packages] / packages / proot / termux-chroot
index 5dde068..9a84101 100755 (executable)
@@ -15,6 +15,11 @@ ARGS="-b /system:/system"
 # to find e.g. configurations files there work.
 ARGS="$ARGS -b $PREFIX/..:$PREFIX/.."
 
+# Expose external and internal storage:
+if [ -d /storage ]; then
+       ARGS="$ARGS -b /storage:/storage"
+fi
+
 # Mimic traditional Linux file system hierarchy - /usr:
 ARGS="$ARGS -b $PREFIX:/usr"