# HG changeset patch # User Christophe Lincoln # Date 1244730780 -7200 # Node ID 96a2c64fe0bd7138b8a0058c91ae68d05fd1d758 # Parent 304cde9af0585fd0433be13203aaf1cbb606ef60 Up: gamin (0.1.10) diff -r 304cde9af058 -r 96a2c64fe0bd gamin-dev/receipt --- a/gamin-dev/receipt Thu Jun 11 10:05:58 2009 +0000 +++ b/gamin-dev/receipt Thu Jun 11 16:33:00 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gamin-dev" -VERSION="0.1.9" +VERSION="0.1.10" CATEGORY="development" SHORT_DESC="Devel files for gamin file and directory monitoring system." MAINTAINER="pankso@slitaz.org" diff -r 304cde9af058 -r 96a2c64fe0bd gamin/receipt --- a/gamin/receipt Thu Jun 11 10:05:58 2009 +0000 +++ b/gamin/receipt Thu Jun 11 16:33:00 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gamin" -VERSION="0.1.9" +VERSION="0.1.10" CATEGORY="system-tools" SHORT_DESC="File and directory monitoring system." MAINTAINER="pankso@slitaz.org" @@ -21,8 +21,8 @@ --libexecdir=/usr/lib/gamin \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && + $CONFIGURE_ARGS + make make DESTDIR=$PWD/_pkg install }