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.

10 lines
252 B

  1. #!/bin/bash
  2. var_append makeopt " " "m64="
  3. var_append makeinstopt " " "lib64=$multilib"
  4. var_append makeinstopt " " "DESTDIR=\"$instroot\" install=\"install -D\""
  5. if [ "$libs_only" = 1 ] ; then
  6. hook_add postmake 5 "cp -a $dummydir/lib/* $libdir/"
  7. fi