wok diff lzip/receipt @ rev 20535

Add util-linux-losetup (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 26 09:47:18 2018 +0100 (2018-11-26)
parents 1cc8dfef2917
children 4baf58c71390
line diff
     1.1 --- a/lzip/receipt	Mon Feb 26 17:40:15 2018 +0100
     1.2 +++ b/lzip/receipt	Mon Nov 26 09:47:18 2018 +0100
     1.3 @@ -16,6 +16,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	mkdir -p $DESTDIR/usr/share/doc
     1.8 +	cp README $DESTDIR/usr/share/doc
     1.9  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$DESTDIR install