From 75ffea582151a1339f6b4da44fa6824831c64616 Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Fri, 6 Apr 2012 19:10:11 -0800 Subject: released under gnu gpl --- os/linux/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/linux/Makefile') diff --git a/os/linux/Makefile b/os/linux/Makefile index 35766bb..b706768 100644 --- a/os/linux/Makefile +++ b/os/linux/Makefile @@ -4,6 +4,10 @@ yetihack: src/YetiHack.cpp src/yeti.cpp package: yetihack strip src/yetihack zip -j package/yetihack.zip src/yetihack + mkdir package/yetihack + cp src/yetihack package/yetihack/yetihack + cd package && tar -caf yetihack.tar.gz yetihack + rm -r package/yetihack install: yetihack cp src/yetihack /usr/local/bin/ -- cgit v1.3.1