From 7b57c7507ffaeeb11c60ce282581cf6956aa6fa7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Oct 2008 10:16:43 +0200 Subject: [PATCH] gimp: use run_stuff_before_configure_cmd to make this build. --HG-- extra : convert_revision : 5e355fafeaa0561fd22a4dec7f6a0c72d009e1d0 --- templates/gimp.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/gimp.tmpl b/templates/gimp.tmpl index 6f7c5adee58..065a95fbed3 100644 --- a/templates/gimp.tmpl +++ b/templates/gimp.tmpl @@ -17,8 +17,7 @@ long_desc=" support and more than 8 bits per channel." # This needs GNU gettext >= 0.16. -run_stuff_before="configure" -run_stuff_before_configure_file="$XBPS_TMPLHELPDIR/external-gettext.sh" +run_stuff_before_configure_cmd=". $XBPS_TMPLHELPDIR/external-gettext.sh" # Update shared-mime-info database. postinstall_helpers="update-mimedb.sh"