wok-6.x diff nspr/receipt @ rev 25435
Up libarchive (3.6.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 31 07:33:35 2022 +0000 (2022-08-31) |
parents | 3e9a9990c985 |
children | 03fa4e9f1f0b |
line diff
1.1 --- a/nspr/receipt Thu Jul 08 13:19:25 2021 +0000 1.2 +++ b/nspr/receipt Wed Aug 31 07:33:35 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nspr" 1.7 -VERSION="4.25" 1.8 +VERSION="4.33" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Netscape Portable Runtime." 1.11 MAINTAINER="rocky@slitaz.org" 1.12 @@ -41,6 +41,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - cp -a $install/usr/lib/*so* $fs/usr/lib 1.18 + cook_copy_files *.so* 1.19 }