summaryrefslogtreecommitdiff
path: root/auto/config
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-10-11 07:59:51 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2012-10-11 08:31:29 +0200
commit48f3cfe728c1ffe44629c792380d4d47466ee38f (patch)
tree537c2506f0b0c2a8006ba8ea983a24338effa335 /auto/config
parent797ee5a8cf5bb066143582a7fb042285f2f220e3 (diff)
downloadkanotix-48f3cfe728c1ffe44629c792380d4d47466ee38f.zip
kanotix-48f3cfe728c1ffe44629c792380d4d47466ee38f.tar.gz
compat update for latest live-build version
Diffstat (limited to 'auto/config')
-rwxr-xr-xauto/config4
1 files changed, 1 insertions, 3 deletions
diff --git a/auto/config b/auto/config
index 3b13ca8..5bb2033 100755
--- a/auto/config
+++ b/auto/config
@@ -86,7 +86,5 @@ lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LIN
# Fetch kanotix-scripts if necessary
mkdir -p config/chroot_local-includes/usr/local/bin
grep -oe '^[^ #]*' scripts.urls | wget -i- -N -q -P config/chroot_local-includes/usr/local/bin
-chmod 755 config/chroot_local-includes/usr/local/bin/*.sh
-chmod 755 config/chroot_local-includes/usr/local/bin/*.bash
+chmod 755 config/chroot_local-includes/usr/local/bin/*sh || :
-exit 1