mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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"