mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
sane configuration
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1247 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
6
lfs/sane
6
lfs/sane
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = sane
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = ""
|
||||
DEPS = "libtiff"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -81,5 +81,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--enable-parport-directio
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
cp -vf $(DIR_SRC)/config/sane/saned.conf /usr/etc/sane.d/
|
||||
ln -sf ../init.d/sane /etc/rc.d/rc3.d/S95sane
|
||||
ln -sf ../init.d/sane /etc/rc.d/rc0.d/K10sane
|
||||
ln -sf ../init.d/sane /etc/rc.d/rc6.d/K10sane
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user