소스 검색

[Arch] Add postbuild script

xcbosa mbp16 5 달 전
부모
커밋
903c42e757
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/"${file%".c"}
             if [ -f $gccout ]; then
                 rm $gccout
             fi