wok diff libmms/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents 8f447cf2eee5
children a78610b2eb47
line diff
     1.1 --- a/libmms/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libmms/receipt	Sat Jun 09 17:09:08 2018 +0200
     1.3 @@ -16,11 +16,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	patch -p1 -i $stuff/libmms.patch
     1.9 +
    1.10  	./configure \
    1.11  		--prefix=/usr \
    1.12 -		--infodir=/usr/share/info \
    1.13 -		--mandir=/usr/share/man \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make && make DESTDIR=$DESTDIR install
    1.16  }
    1.17 @@ -31,4 +30,3 @@
    1.18  	mkdir -p $fs/usr/lib
    1.19  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20  }
    1.21 -