xsane: fix variable name typo

This commit is contained in:
Michael Gehring 2017-12-12 09:52:02 +00:00
parent 49400db088
commit 649c3b2703

View file

@ -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}