wok diff lzip/receipt @ rev 21084

updated john (1.7.8 -> 1.8.0)
author Hans-G?nter Theisgen
date Fri Mar 15 14:28:58 2019 +0100 (2019-03-15)
parents 1cc8dfef2917
children 4baf58c71390
line diff
     1.1 --- a/lzip/receipt	Mon Feb 26 17:40:15 2018 +0100
     1.2 +++ b/lzip/receipt	Fri Mar 15 14:28:58 2019 +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