aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/linux/Makefile1
1 files changed, 1 insertions, 0 deletions
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