소스 검색

[Arch] Add postbuild script

xcbosa mbp16 5 달 전
부모
커밋
f377965d5a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      postbuild.sh

+ 2 - 1
postbuild.sh

@@ -19,4 +19,5 @@ for file in `ls post_sbin`
             $GCC $filePath -o $gccout -O2
         fi
     done
-tar -vcjf output/images/rootfs.tar -C output/images/rootfs/*
+cd output/images
+tar -vcjf rootfs.tar rootfs/*