diff options
Diffstat (limited to 'community/osiris/PKGBUILD')
-rw-r--r-- | community/osiris/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/osiris/PKGBUILD b/community/osiris/PKGBUILD index 81b659984..2c27c4d2e 100644 --- a/community/osiris/PKGBUILD +++ b/community/osiris/PKGBUILD @@ -6,7 +6,7 @@ pkgname=osiris pkgver=4.2.3 pkgrel=5 pkgdesc="A file integrity management system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://osiris.shmoo.com/" license=('custom') depends=('openssl' 'readline') @@ -29,7 +29,7 @@ build() { install -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/license.txt mkdir -p $pkgdir/etc/rc.d - ./configure --prefix=/usr --enable-fancy-cli --with-md-root-dir=/usr/share/$pkgname + ./configure --prefix=/usr --enable-fancy-cli --with-md-root-dir=/usr/share/$pkgname --build=$CHOST make all # Arch-ify install locations |