Correction: also put ack_sys in conf/bin, otherwise mk_makefile does not work

This commit is contained in:
ceriel
1993-11-12 15:38:49 +00:00
parent 486b73c9ad
commit 07c8cac6e5
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,10 @@ set -e
create_dir $CONFIG
create_dir $CONFIG/bin
echo "echo $SYSNAME" > $CONFIG/bin/ack_sys
chmod +x $CONFIG/bin/ack_sys
cd $SRC_HOME
find . -type d -print > $CONFIG/dir_list