wok diff lzip/receipt @ rev 21157

updated libconfig and libconfig-dev again (1.4.8 -> 1.7.2)
author Hans-G?nter Theisgen
date Sat Mar 30 16:34:10 2019 +0100 (2019-03-30)
parents 1cc8dfef2917
children 4baf58c71390
line diff
     1.1 --- a/lzip/receipt	Mon Feb 26 17:40:15 2018 +0100
     1.2 +++ b/lzip/receipt	Sat Mar 30 16:34:10 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