X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=install_headers.sh;h=66624fc45cc374bdcfa563ddb7f660719b2399aa;hp=3c667b7decf42d1618af61ab54db0c6dd9d81231;hb=95317e89248acd51db5f937a1a7cf6c0e2662ca8;hpb=64031e7f13de4af6345e21e5279b0102f08cc5b7 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}"