From 41d7bd99f4956f227bfa49f6e1d11234f5007b5f Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Tue, 10 Jan 2012 17:30:21 -0900 Subject: fixed debian packaging system --- os/linux/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/os/linux/Makefile b/os/linux/Makefile index 0a95d72..8feeb50 100644 --- a/os/linux/Makefile +++ b/os/linux/Makefile @@ -7,6 +7,7 @@ package: make yetihack strip src/yetihack sudo chown root:root src/yetihack + 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 -- cgit v1.3.1