diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2020-06-02 11:31:20 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2020-06-02 16:39:50 +0900 |
commit | bd15ce89959b436c1729b798d103941f7f0b2d9e (patch) | |
tree | 9a4c91ff8aa0f56f3835843185c5ffcdb37c7979 | |
parent | 722020669dbef4510e3f8a14b1075acf1ab800fa (diff) | |
download | emulator-kernel-bd15ce89959b436c1729b798d103941f7f0b2d9e.tar.gz emulator-kernel-bd15ce89959b436c1729b798d103941f7f0b2d9e.tar.bz2 emulator-kernel-bd15ce89959b436c1729b798d103941f7f0b2d9e.zip |
package: Keep the git information after dibs build without removal
Change-Id: I85c33a4f1ba840c2238efcc5b367dadd825f70ef
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rwxr-xr-x | package/build.linux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/build.linux b/package/build.linux index b5f1e86b6bdb..b48c46213fca 100755 --- a/package/build.linux +++ b/package/build.linux @@ -6,8 +6,6 @@ clean() then exit 1 fi - - rm -rf .git } # build |