diff options
| -rw-r--r-- | os/linux/Makefile | 5 |
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 |
