X-Git-Url: https://hackdaworld.org/gitweb/?p=outofuni%2Fdib.git;a=blobdiff_plain;f=build.sh;h=48ea033fed73298e9b9d13525cbe10abfd9ab1f1;hp=efe6274444826a8bc880c1772cd56e8cf2941065;hb=e9a42258240b89a2050e2730bcfb473f36224ed9;hpb=b26a3606849319172514337ce5e97534db17156e diff --git a/build.sh b/build.sh index efe6274..48ea033 100755 --- 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 }