diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-28 17:36:51 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-28 17:36:51 -0500 |
commit | c3a55e4eee74e18d3d40c1ff4012013804a1b644 (patch) | |
tree | 32f8c646b20cc7bd789488a29054dda2b61ecf82 /community/osiris | |
parent | a9f2ee33f4d847cfa5b112747de46becdb6b46b5 (diff) |
Add chost in builds
Diffstat (limited to 'community/osiris')
-rw-r--r-- | community/osiris/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/osiris/PKGBUILD b/community/osiris/PKGBUILD index b3ca2cb1a..2c27c4d2e 100644 --- a/community/osiris/PKGBUILD +++ b/community/osiris/PKGBUILD @@ -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 |