Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2b561b442cd55c8a69d78dcc32576a276843b483
commit 2b561b442cd55c8a69d78dcc32576a276843b483 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Nov 19 17:45:53 2008 +0100 topgit-0.5-2-i686 - fix buildtime prefix diff --git a/source/devel-extra/topgit/FrugalBuild b/source/devel-extra/topgit/FrugalBuild index e200e91..1a4c153 100644 --- a/source/devel-extra/topgit/FrugalBuild +++ b/source/devel-extra/topgit/FrugalBuild @@ -3,7 +3,7 @@ pkgname=topgit pkgver=0.5 -pkgrel=1 +pkgrel=2 pkgdesc="A different patch queue manager" url="http://repo.or.cz/w/topgit.git" depends=('git') @@ -17,6 +17,6 @@ build() { tar xf $(strip_url "$source") Fcd topgit - Fmake + make prefix=$Fprefix || return 1 Fmakeinstall prefix=$Fprefix } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
