wok diff qb2c/receipt @ rev 23861

xvkbd: fix fetch,compile,and genpkg
author Richard Dunbar <mojo@slitaz.org>
date Fri Jun 19 01:26:32 2020 -0400 (2020-06-19)
parents b4a43344449e
children 787a1807d2bb
line diff
     1.1 --- a/qb2c/receipt	Tue Feb 19 10:10:09 2019 +0100
     1.2 +++ b/qb2c/receipt	Fri Jun 19 01:26:32 2020 -0400
     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  }