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

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