瀏覽代碼

[Arch] Add postbuild script

xcbosa mbp16 5 月之前
父節點
當前提交
d4fde724b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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/sbin/"${file%".c"}
             if [ -f $gccout ]; then
                 rm $gccout
             fi