wok diff mtools/receipt @ rev 25506
memtest, pack: cleanup
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 09 16:28:01 2023 +0000 (21 months ago) |
parents | 71360a13cd94 |
children | d79ed38ace18 |
line diff
1.1 --- a/mtools/receipt Fri Jan 28 18:19:21 2022 +0000 1.2 +++ b/mtools/receipt Thu Feb 09 16:28:01 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mtools" 1.7 -VERSION="4.0.23" 1.8 +VERSION="4.0.39" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Access MS-DOS disk from *nix." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -27,13 +27,12 @@ 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 $CONFIGURE_ARGS && 1.16 - make MYCFLAGS="-g -O2 -Wall" mtools && 1.17 - make -j1 MYCFLAGS="-g -O2 -Wall" install DESTDIR=$DESTDIR 1.18 + make mtools MYCFLAGS="-g -O2 -Wall" && 1.19 + make install MYCFLAGS="-g -O2 -Wall" DESTDIR=$DESTDIR 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr 1.26 - cp -a $install/usr/bin $fs/usr 1.27 + cook_copy_folders bin 1.28 }