summaryrefslogtreecommitdiff
path: root/community/trayion
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-01-01 07:09:11 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-01-01 07:09:11 -0500
commit73346505421c2d923e13e2020dd31ddd764b8fe4 (patch)
tree71525ea0c616784de0a4bce5adaa119502f64e7c /community/trayion
parent3a66cabeb976b832e1e73be39a3b7dfed2ec0ddc (diff)
Fix build in trayion
Diffstat (limited to 'community/trayion')
-rw-r--r--community/trayion/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/trayion/PKGBUILD b/community/trayion/PKGBUILD
index e9b1ff964..e3576f50d 100644
--- a/community/trayion/PKGBUILD
+++ b/community/trayion/PKGBUILD
@@ -16,6 +16,7 @@ md5sums=('6e1123121ed83bd7f9759a71d4ef9307')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ sed -i "s:/bin/install:/usr/bin/install:" Makefile
make
make prefix="$pkgdir/usr" install
}