commit 6f219f7fa0e8dacce975129b172247103d778cf4
parent e7bad1176496d212a70e8235f800f988619c4a0a
Author: parazyd <parazyd@dyne.org>
Date: Sun, 8 May 2016 12:54:44 +0200
exec instead of source, don't depend on bash
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arm/profiles/common-devuan b/arm/profiles/common-devuan
@@ -28,7 +28,7 @@ mirror=http://packages.devuan.org/merged
core_packages=(debian-keyring devuan-keyring)
core_packages+=(git-core binutils ca-certificates initramfs-tools u-boot-tools)
-core_packages+=(locales console-common less nano git curl vi)
+core_packages+=(locales console-common less nano git curl vim)
base_packages=(bzip2 dialog apt-utils fakeroot e2fsprogs parted)
@@ -211,7 +211,7 @@ rm -fv /usr/sbin/invoke-rc.d
dpkg-divert --remove --rename /usr/sbin/invoke-rc.d
for script in `find /cust`; do
- source $script
+ exec $script
done
rm -rfv /pkginclude/