removed stgit-fix-path: fixed in upstream
authorTomas Zeman <tzeman@volny.cz>
Wed, 18 Jun 2008 11:16:32 +0200
changeset 40 18ae05ef33f0
parent 39 93b33cb1d5f4
child 41 9d5d71ed862a
removed stgit-fix-path: fixed in upstream
series
stgit-fix-path.patch
--- 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
--- 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
-+}