summaryrefslogtreecommitdiff
path: root/community/plan9port/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/plan9port/PKGBUILD')
-rw-r--r--community/plan9port/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD
index d7082d675..cc69553ba 100644
--- a/community/plan9port/PKGBUILD
+++ b/community/plan9port/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 102625 2013-12-16 21:54:40Z arodseth $
+# $Id: PKGBUILD 104876 2014-01-27 23:51:46Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: phrakture <aaronmgriffin--gmail--com>
# Contributor: Fazlul Shahriar
@@ -6,7 +6,7 @@
pkgname=plan9port
pkgver=20131024
-pkgrel=2
+pkgrel=3
pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
arch=('x86_64' 'i686')
url='http://swtch.com/plan9port/'
@@ -45,10 +45,10 @@ package() {
LICENSE
# Fix hardcoded paths
- #for f in `grep -H -r "$pkgdir$d/$pkgname" | cut -d: -f1`; do
- # echo -n "\t$f"
- # [ -e "$f" ] && sed -i "s:$pkgdir$d/$pkgname:$d/$pkgname:" "$f" || true
- #done
+ for f in `grep -H -r "$pkgdir$d/$pkgname" | cut -d: -f1`; do
+ echo -n "\t$f"
+ [ -e "$f" ] && sed -i "s:$pkgdir$d/$pkgname:$d/$pkgname:" "$f" || true
+ done
# Fix python scripts
find "$pkgdir" -name '*.py' -print0 |xargs -0 \