# HG changeset patch # User Pascal Bellard # Date 1380293588 0 # Node ID d1d3baac286f1e63501d70207dabde8a3223fefb # Parent a54f561b0931bf131081253e684f16f688096ae7 lvmts: race condition diff -r a54f561b0931 -r d1d3baac286f lvmts/receipt --- a/lvmts/receipt Fri Sep 27 13:49:30 2013 +0000 +++ b/lvmts/receipt Fri Sep 27 14:53:08 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="system-tools" SHORT_DESC="Hierarchical Storage Manager utilizing LVM." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/tomato42/lvmts/" WGET_URL="https://nodeload.github.com/tomato42/lvmts/tarball/$GITHASH" @@ -17,7 +18,7 @@ compile_rules() { cd $src - make && + make -j 1 && for i in lvmtscd lvmtscat lvmls lvmtsd lvmdefrag ; do install -D -m 755 $i $DESTDIR/usr/sbin/$i done