wok-6.x rev 15308
lvmts: race condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 14:53:08 2013 +0000 (2013-09-27) |
parents | a54f561b0931 |
children | 02bedd0cabb7 |
files | lvmts/receipt |
line diff
1.1 --- a/lvmts/receipt Fri Sep 27 13:49:30 2013 +0000 1.2 +++ b/lvmts/receipt Fri Sep 27 14:53:08 2013 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Hierarchical Storage Manager utilizing LVM." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="https://github.com/tomato42/lvmts/" 1.10 WGET_URL="https://nodeload.github.com/tomato42/lvmts/tarball/$GITHASH" 1.11 @@ -17,7 +18,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - make && 1.16 + make -j 1 && 1.17 for i in lvmtscd lvmtscat lvmls lvmtsd lvmdefrag ; do 1.18 install -D -m 755 $i $DESTDIR/usr/sbin/$i 1.19 done