wok diff nqc/receipt @ rev 20595

xfi, xfw, cryptkeeper: dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 10:41:06 2018 +0100 (2018-12-16)
parents 3765f181a6d5
children 261355c410d6
line diff
     1.1 --- a/nqc/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.2 +++ b/nqc/receipt	Sun Dec 16 10:41:06 2018 +0100
     1.3 @@ -18,13 +18,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	[ -s $TARBALL ] && tar xjf $TARBALL -C ..
     1.9  	make -j1 TOOLPREFIX="$TOOLPREFIX" \
    1.10  		DEFAULT_SERIAL_NAME='"/dev/ttyS0"' \
    1.11  		DEFAULT_USB_NAME='"/dev/usb/legousbtower0"' \
    1.12  		DEFAULT_PORT_NAME='"usb"' &&
    1.13 -	make PREFIX=/usr install
    1.14 +	make PREFIX=/usr MANDIR=/usr/share/man/man1 install
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.