From 399204c03b1f0c4239479860079471ba58468ffc Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 21 Apr 2010 18:37:00 +0200 Subject: brltty, ajustement du service, du pkgfile et du footprint --- extra/brltty/Pkgfile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'extra/brltty/Pkgfile') diff --git a/extra/brltty/Pkgfile b/extra/brltty/Pkgfile index 0cf92a63f..72827fb4a 100644 --- a/extra/brltty/Pkgfile +++ b/extra/brltty/Pkgfile @@ -22,11 +22,20 @@ build() { --disable-java-bindings \ --disable-caml-bindings make - make DESTDIR=$PKG install - -# install -D -m 755 $SRC/brltty $PKG/etc/rc.d/init.d/brltty + make INSTALL_ROOT=$PKG install + mkdir -p $PKG/etc/rc.d/init.d + install -D -m 755 $SRC/brltty $PKG/etc/rc.d/init.d/brltty install -D -m 644 $SRC/brltty.conf $PKG/etc/conf.d/brltty.conf install -D -m 644 Documents/brltty.conf $PKG/etc/brltty.conf + mkdir -p $PKG/etc/rc.d/rc{0,1,2,3,4,5,6}.d + for i in 2 3 4 5; + do + ln -s ../init/$name $PKG/etc/rc.d/rc$i.d/S10$name + done + for i in 0 1 6; + do + ln -s ../init/$name $PKG/etc/rc.d/rc$i.d/K99$name + done } -- cgit v1.2.3-70-g09d2