diff --git a/install_headers.sh b/install_headers.sh index 3c667b7..66624fc 100644 --- a/install_headers.sh +++ b/install_headers.sh @@ -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}"