Explorar o código

[Arch] Add postbuild script

xcbosa mbp16 hai 5 meses
pai
achega
903c42e757
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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