diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-18 18:59:00 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-18 18:59:00 -0500 |
commit | 2787784bca05e7be7ed7db5506710faa3605c1f2 (patch) | |
tree | 5d681077d61092305de01b7f610d631fc9c8622e /extra/wipe/PKGBUILD | |
parent | f3fb2f3461135e112cc06062f9f3112f3b6a7d3b (diff) | |
parent | 545a4c749d49c3fddbc57c157d650b194e2193d8 (diff) |
libreoffice without java
Diffstat (limited to 'extra/wipe/PKGBUILD')
-rw-r--r-- | extra/wipe/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/wipe/PKGBUILD b/extra/wipe/PKGBUILD index 505bef1b1..c51bcfa2e 100644 --- a/extra/wipe/PKGBUILD +++ b/extra/wipe/PKGBUILD @@ -17,8 +17,9 @@ md5sums=('3aed00711e0490edbec115bc283b8544') build() { cd $srcdir/$pkgname-$pkgver + [ "$CARCH" = "mips64el" ] && extra="--build=$CHOST --host=$CHOST --target=$CHOST" ./configure --prefix=/usr \ - --mandir=/usr/share/man + --mandir=/usr/share/man $extra make } |