diff options
author | root <root@dasajuma.(none)> | 2010-09-02 11:13:17 +0200 |
---|---|---|
committer | root <root@dasajuma.(none)> | 2010-09-02 11:13:17 +0200 |
commit | 05e2314e1bf90e66c3c70e8241a456ad6de81463 (patch) | |
tree | 1df348a8edf593de54e9e31d9cf4a9c8c7cfe905 /auto/config | |
parent | 8e0d211bf674953f2830830e27cb80a8b720ef17 (diff) | |
download | kanotix-05e2314e1bf90e66c3c70e8241a456ad6de81463.zip kanotix-05e2314e1bf90e66c3c70e8241a456ad6de81463.tar.gz |
removed downloading of kanotix-scripts from clean
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/config b/auto/config index 018610c..97eb577 100755 --- a/auto/config +++ b/auto/config @@ -59,3 +59,8 @@ lh config noauto \ --packages-lists "standard-x11" \ ${@} +# Fetch kanotix-scripts if necessary +mkdir -p config/chroot_local-includes/usr/local/bin +grep -oe '^[^ #]*' scripts.urls | wget -i- -c -N -q -P config/chroot_local-includes/usr/local/bin +chmod 755 config/chroot_local-includes/usr/local/bin/*.sh + |