diff options
Diffstat (limited to 'community/trayion/PKGBUILD')
-rw-r--r-- | community/trayion/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/trayion/PKGBUILD b/community/trayion/PKGBUILD index f09722bfc..e3576f50d 100644 --- a/community/trayion/PKGBUILD +++ b/community/trayion/PKGBUILD @@ -6,7 +6,7 @@ pkgver="0.1.2" pkgrel=2 pkgdesc="FreeDesktop trayicon area for Ion3" url="http://code.google.com/p/trayion" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('libx11') makedepends=('make') @@ -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 } |