# HG changeset patch # User Tomas Zeman # Date 1222781540 -7200 # Node ID f19543bcfc488d58dbf06353e126866255e01dc4 # Parent b45bbb10d8f2122b4b03a727da375d3393b62f8a removed stgit-fix-path: fixed in upstream diff -r b45bbb10d8f2 -r f19543bcfc48 series --- a/series Tue Sep 30 15:21:49 2008 +0200 +++ b/series Tue Sep 30 15:32:20 2008 +0200 @@ -1,5 +1,4 @@ guilt.patch -stgit-fix-path.patch vpnc.patch gitignore.patch drbd-module.patch diff -r b45bbb10d8f2 -r f19543bcfc48 stgit-fix-path.patch --- a/stgit-fix-path.patch Tue Sep 30 15:21:49 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -stgit: fix deliverables (proper path) - -diff --git a/source/devel-extra/stgit/FrugalBuild b/source/devel-extra/stgit/FrugalBuild -index c37eeae..65e4df9 100644 ---- a/source/devel-extra/stgit/FrugalBuild -+++ b/source/devel-extra/stgit/FrugalBuild -@@ -12,3 +12,9 @@ archs=('i686' 'x86_64') - up2date="lynx -dump $url|Flasttar" - source=(http://homepage.ntlworld.com/cmarinas/stgit/stgit-$pkgver.tar.gz) - sha1sums=('9cd3e4368fd36ea77c48eff4fd305d05469e8010') -+ -+build() -+{ -+ Fcd $pkgname-$pkgver -+ python setup.py install --prefix=$Fdestdir/usr -+}