wok diff cowpatty/receipt @ rev 20763

syslinux/iso2exe/init: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 13 11:04:40 2019 +0100 (2019-02-13)
parents 380ffe05937a
children 4bb30a43d4e7
line diff
     1.1 --- a/cowpatty/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/cowpatty/receipt	Wed Feb 13 11:04:40 2019 +0100
     1.3 @@ -16,8 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -	make || return 1
     1.9 +	make -j 1 || return 1
    1.10  	make strip || return 1
    1.11  	make BINDIR="/usr/bin" DESTDIR="$DESTDIR" install
    1.12  	install -D -m644 dict $DESTDIR/usr/share/cowpatty/dict