wok-current diff mtools/receipt @ rev 11399
Fix: type in slitaz-i18n/stuff/locale-pack.functions
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 19:47:39 2011 +0100 (2011-12-10) |
parents | 014c4d6d0533 |
children | 3032e1d97d20 |
line diff
1.1 --- a/mtools/receipt Sun Oct 17 17:51:13 2010 +0000 1.2 +++ b/mtools/receipt Sat Dec 10 19:47:39 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mtools" 1.7 -VERSION="4.0.14" 1.8 +VERSION="4.0.16" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Access MS-DOS disk from *nix." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -18,8 +18,8 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr \ 1.15 $CONFIGURE_ARGS && 1.16 - make MYCFLAGS="-g -O2 -wall" mtools && 1.17 - make MYCFLAGS="-g -O2 -wall" install DESTDIR=$PWD/_pkg 1.18 + make MYCFLAGS="-g -O2 -wall" mtools && 1.19 + make -j1 MYCFLAGS="-g -O2 -wall" install DESTDIR=$DESTDIR 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg.