Răsfoiți Sursa

[Arch] Add postbuild script

xcbosa mbp16 5 luni în urmă
părinte
comite
903c42e757
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      postbuild.sh

+ 1 - 1
postbuild.sh

@@ -12,7 +12,7 @@ for file in `ls post_sbin`
     do
         filePath="post_sbin/"$file
         if [ -f $filePath ]; then
-            gccout="output/images/rootfs"${file%".c"}
+            gccout="output/images/rootfs/"${file%".c"}
             if [ -f $gccout ]; then
                 rm $gccout
             fi