From 649c3b2703c1a7ddb4a8d9f72f15cf324056617f Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 12 Dec 2017 09:52:02 +0000 Subject: [PATCH] xsane: fix variable name typo --- srcpkgs/xsane/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xsane/template b/srcpkgs/xsane/template index f666306ef3..70af3bd0a2 100644 --- a/srcpkgs/xsane/template +++ b/srcpkgs/xsane/template @@ -18,7 +18,7 @@ do_build() { make ${makejobs} mv src/xsane{,-gimp} make clean - echo "=== ./configure ${config_args} --disable-gimp" + echo "=== ./configure ${_args} --disable-gimp" ./configure ${_args} --disable-gimp sed -i 's;/usr/local;/usr;g' src/Makefile make ${makejobs}