diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-03-18 16:04:51 -0800 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-03-18 16:04:51 -0800 |
| commit | 398b7838f063c3ce3ea9b3fdd335362bb27e60ce (patch) | |
| tree | b9141b23adc98564be8c7e136aadb3b4c71c80b9 /os/linux | |
| parent | e04f8195b5b8b4f3361fc2a62cca0bbf5cb9fdc8 (diff) | |
| download | yetihack-398b7838f063c3ce3ea9b3fdd335362bb27e60ce.tar.zst | |
made the linux binary appear in the root of the zip file
Diffstat (limited to 'os/linux')
| -rw-r--r-- | os/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/linux/Makefile b/os/linux/Makefile index 524991b..59319c8 100644 --- a/os/linux/Makefile +++ b/os/linux/Makefile @@ -8,7 +8,7 @@ package: 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 package/yetihack.zip src/yetihack + zip -j package/yetihack.zip src/yetihack install: yetihack cp src/yetihack /usr/local/bin/ |
