From 2d0f32a2a7888005205e6b1e1933f8fa5f8b620c Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Sat, 14 Jan 2012 19:38:51 -0900 Subject: Changed the linux Makefile --- os/linux/Makefile | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.3.1