wok-6.x rev 23175
updated meson (0.50.1 -> 0.53.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 18 11:06:48 2020 +0100 (2020-03-18) |
parents | dd9b0bdf9963 |
children | ea14002b02bc |
files | meson/receipt |
line diff
1.1 --- a/meson/receipt Wed Mar 18 10:38:57 2020 +0100 1.2 +++ b/meson/receipt Wed Mar 18 11:06:48 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="meson" 1.7 -VERSION="0.50.1" 1.8 +VERSION="0.53.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The Meson Build System." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -24,5 +24,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $install/usr $fs/ 1.17 + cp -a $install/usr $fs 1.18 }