aboutsummaryrefslogtreecommitdiffstats
path: root/os/linux
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-03-18 16:08:18 -0800
committerRay Hogenson <rayhogenson@gmail.com>2012-03-18 16:08:18 -0800
commit4cd7a06eabc3339db1a1dbeb698ebb54dc71a97b (patch)
treec57c6595b06777c7d67ab0a08868b2f9e38cb352 /os/linux
parent398b7838f063c3ce3ea9b3fdd335362bb27e60ce (diff)
downloadyetihack-4cd7a06eabc3339db1a1dbeb698ebb54dc71a97b.tar.zst
no more deb and rpm packages
Diffstat (limited to 'os/linux')
-rw-r--r--os/linux/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/linux/Makefile b/os/linux/Makefile
index 59319c8..8809ac1 100644
--- a/os/linux/Makefile
+++ b/os/linux/Makefile
@@ -3,11 +3,6 @@ yetihack:
package: yetihack
strip src/yetihack
- sudo chown root:root src/yetihack
- -sudo rm os/debian/deb/usr/bin/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 -j package/yetihack.zip src/yetihack
install: yetihack