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.

11 lines
249 B

  1. hook_add postmake 5 gutenprint_postmake
  2. gutenprint_postmake ()
  3. {
  4. # Create compat links
  5. for N in $root/$libdir/libgutenprint.so* ; do
  6. ln -svf "$N" "${N/gutenprint/gimpprint}"
  7. done
  8. }
  9. # var_append extraconfopt " " "--with-gimp2-as-gutenprint"