wok diff ncursesw-dev/receipt @ rev 19680

Up: tinycm (1.3)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:31:03 2017 +0100 (2017-02-12)
parents 0ded2a41e487
children fc9203de5ff2
line diff
     1.1 --- a/ncursesw-dev/receipt	Thu Feb 12 17:05:46 2015 +0100
     1.2 +++ b/ncursesw-dev/receipt	Sun Feb 12 00:31:03 2017 +0100
     1.3 @@ -15,11 +15,11 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/lib $fs/usr/bin
     1.8 +	mkdir -p $fs/lib $fs/usr/bin $fs/usr/lib
     1.9  	cp -a $install/lib/*.a $fs/lib
    1.10  	# Include files are from the same source than ncuses-dev and work
    1.11  	# nicely for both.
    1.12  	cp -a $install/usr/include $fs/usr
    1.13  	cp $install/usr/bin/ncursesw5-config $fs/usr/bin
    1.14 -	chmod 755 $fs/usr/bin/*
    1.15 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.16  }