Commit 73edfec7 authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

fix

parent a770df6f
...@@ -122,8 +122,10 @@ tar xvfz scanbuttond-0.2.3.genesys.tar.gz ...@@ -122,8 +122,10 @@ tar xvfz scanbuttond-0.2.3.genesys.tar.gz
rm scanbuttond-0.2.3.genesys.tar.gz rm scanbuttond-0.2.3.genesys.tar.gz
cd scanbuttond-0.2.3.genesys cd scanbuttond-0.2.3.genesys
chmod +x configure chmod +x configure
make clean
./configure --prefix=/usr --sysconfdir=/etc ./configure --prefix=/usr --sysconfdir=/etc
make clean & make & make install make
make install
echo "sane-find-scanner" >> /etc/scanbuttond/initscanner.sh echo "sane-find-scanner" >> /etc/scanbuttond/initscanner.sh
} }
############################################################################# #############################################################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment