removed stgit-fix-path: fixed in upstream
authorTomas Zeman <tzeman@volny.cz>
Tue, 30 Sep 2008 15:32:20 +0200
changeset 45 f19543bcfc48
parent 44 b45bbb10d8f2
child 46 81563ad7b1fb
child 48 ad007ca04674
removed stgit-fix-path: fixed in upstream
series
stgit-fix-path.patch
--- 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
--- 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
-+}