+generating header_tmp directory

This commit is contained in:
bg 2012-09-19 18:09:56 +02:00
parent 64031e7f13
commit 95317e8924
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ OWNER="root"
GROUP="root"
MODE="644"
if [ ! -d header_tmp ]; then
mkdir header_tmp
fi
for i in `cat $SRC_FILE`; do
x=`echo $i | sed 's#^.*/##g'`
sed -f header_install_modifier.sed "${i}" > "header_tmp/${x}"