aboutsummaryrefslogtreecommitdiffstats
path: root/os/linux
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-10 17:30:21 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-10 17:30:21 -0900
commit41d7bd99f4956f227bfa49f6e1d11234f5007b5f (patch)
tree32ce5bab191a8c2b269b63171afbb6f1f20e8e5f /os/linux
parentremoved some unnecessary files (diff)
downloadyetihack-41d7bd99f4956f227bfa49f6e1d11234f5007b5f.tar.zst
fixed debian packaging system
Diffstat (limited to 'os/linux')
-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