wok diff qb2c/receipt @ rev 23675

updated strigi, strigi-client and strigi-dev (0.7.5 -> 0.7.8)
author Hans-G?nter Theisgen
date Sun Apr 26 10:35:40 2020 +0100 (2020-04-26)
parents b4a43344449e
children 787a1807d2bb
line diff
     1.1 --- a/qb2c/receipt	Tue Feb 19 10:10:09 2019 +0100
     1.2 +++ b/qb2c/receipt	Sun Apr 26 10:35:40 2020 +0100
     1.3 @@ -14,7 +14,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	make
     1.8 +	make all
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12 @@ -23,5 +23,6 @@
    1.13  	mkdir -p $fs/usr/bin $fs/usr/lib $install/usr/share/doc
    1.14  	cp -a $src/qb2c $src/bcpp $src/calib $fs/usr/bin
    1.15  	cp -a $src/libqbX11.a $fs/usr/lib
    1.16 +	chown root.root $fs/usr/*/*
    1.17  	cp -a $src/*.txt $src/README $install/usr/share/doc
    1.18  }