mirror of the now-defunct rocklinux.org

15 lines
231 B

  1. upx_pi() {
  2. install -m 755 upx $bindir/upx
  3. cd ../doc
  4. make
  5. install -m 644 upx.1 $mandir/man1/upx.1
  6. }
  7. srcdir="upx-$ver/src"
  8. var_append makeopt " " "target=linux"
  9. # no install target
  10. makeinstopt=""
  11. hook_add postmake 3 "upx_pi"