wok diff gvolwheel/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents 2b9f96603415
children 932cd974e081
line diff
     1.1 --- a/gvolwheel/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/gvolwheel/receipt	Mon Nov 04 11:16:52 2019 +0100
     1.3 @@ -20,7 +20,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's|/doc|/share&|' Makefile*
     1.9  	./configure $CONFIGURE_ARGS && make && make install
    1.10  }
    1.11  
    1.12 @@ -28,5 +28,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	cp -a $install/* $fs
    1.16 -	rm -rf $fs/usr/doc
    1.17 +	rm -rf $fs/usr/share/doc
    1.18  }