diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-14 19:38:51 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-14 19:38:51 -0900 |
| commit | 2d0f32a2a7888005205e6b1e1933f8fa5f8b620c (patch) | |
| tree | ed20e6f0b2b6a699b6ca467045a20bcbef5ab38d /os/linux | |
| parent | fixed typos (diff) | |
| download | yetihack-2d0f32a2a7888005205e6b1e1933f8fa5f8b620c.tar.zst | |
Changed the linux Makefile
Diffstat (limited to 'os/linux')
| -rw-r--r-- | os/linux/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/os/linux/Makefile b/os/linux/Makefile index 44de839..524991b 100644 --- a/os/linux/Makefile +++ b/os/linux/Makefile @@ -1,10 +1,7 @@ yetihack: cd src && make -package: - make clean - zip package/yetihack-source.zip `pwd` - make yetihack +package: yetihack strip src/yetihack sudo chown root:root src/yetihack -sudo rm os/debian/deb/usr/bin/yetihack |
