[arch-commits] CVS update of extra/system/devtools (PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Tue Jun 5 05:13:44 UTC 2007
Date: Tuesday, June 5, 2007 @ 01:13:44
Author: aaron
Path: /home/cvs-extra/extra/system/devtools
Modified: PKGBUILD (1.14 -> 1.15)
Change arch64 to use a $HOME based staging dir, no rebuild for i686 just yet
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: extra/system/devtools/PKGBUILD
diff -u extra/system/devtools/PKGBUILD:1.14 extra/system/devtools/PKGBUILD:1.15
--- extra/system/devtools/PKGBUILD:1.14 Mon May 14 16:40:11 2007
+++ extra/system/devtools/PKGBUILD Tue Jun 5 01:13:44 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.14 2007/05/14 20:40:11 pierre Exp $
+# $Id: PKGBUILD,v 1.15 2007/06/05 05:13:44 aaron Exp $
# Maintainer: Jason Chu <jason at archlinux.org>
pkgname=devtools
pkgver=0.3.4
-pkgrel=3.1
+pkgrel=4
pkgdesc="A few tools to help Arch Linux developers"
arch=(i686 x86_64)
url=""
@@ -24,6 +24,6 @@
[ "$CARCH" = "x86_64" ] && sed -i -e "s/CURRENT/CURRENT-64/g" extrapkg
[ "$CARCH" = "x86_64" ] && sed -i -e "s/TESTING/TESTING-64/g" extrapkg
- [ "$CARCH" = "x86_64" ] && sed -i -e 's#scp $pkgfile archlinux.org:staging/$repo/add#scp $pkgfile archlinux.org:/home/arch64/staging/$repo/add#g' extrapkg
+ [ "$CARCH" = "x86_64" ] && sed -i -e 's#scp $pkgfile archlinux.org:staging/$repo/add#scp $pkgfile archlinux.org:staging/${repo}64/add#g' extrapkg
make DESTDIR=$startdir/pkg install
}
More information about the arch-commits
mailing list