From 398b7838f063c3ce3ea9b3fdd335362bb27e60ce Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Sun, 18 Mar 2012 16:04:51 -0800 Subject: made the linux binary appear in the root of the zip file --- os/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/linux/Makefile b/os/linux/Makefile index 524991b..59319c8 100644 --- a/os/linux/Makefile +++ b/os/linux/Makefile @@ -8,7 +8,7 @@ package: yetihack sudo ln src/yetihack os/debian/deb/usr/bin/ dpkg-deb --build os/debian/deb package/yetihack.deb cd package && sudo alien -r yetihack.deb - zip package/yetihack.zip src/yetihack + zip -j package/yetihack.zip src/yetihack install: yetihack cp src/yetihack /usr/local/bin/ -- cgit v1.3.1