bugfix + adapted nellboard config
[outofuni/dib.git] / build.sh
index efe6274..48ea033 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -165,7 +165,7 @@ function build_in_chroot {
        # profile
        echo -en "\nalias l='ls -al --color'\n\n" >> /etc/profile
        # post install hooks
-       for file in 'ls /post_routines'; do
+       for file in `ls /post_routines`; do
                . /post_routines/$file
        done
 }