# HG changeset patch # User Tomas Zeman # Date 1213780592 -7200 # Node ID 18ae05ef33f0dccc09aa482e1c52add1054a9568 # Parent 93b33cb1d5f4ef4b59937b3134cd992185483631 removed stgit-fix-path: fixed in upstream diff -r 93b33cb1d5f4 -r 18ae05ef33f0 series --- a/series Thu Jun 12 10:56:36 2008 +0200 +++ b/series Wed Jun 18 11:16:32 2008 +0200 @@ -1,5 +1,4 @@ guilt.patch -stgit-fix-path.patch vpnc.patch gitignore.patch drbd-module.patch diff -r 93b33cb1d5f4 -r 18ae05ef33f0 stgit-fix-path.patch --- a/stgit-fix-path.patch Thu Jun 12 10:56:36 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 -+}