summaryrefslogtreecommitdiff
path: root/community/partclone/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/partclone/PKGBUILD')
-rw-r--r--community/partclone/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/partclone/PKGBUILD b/community/partclone/PKGBUILD
index 71d0920f8..8ce5e34a2 100644
--- a/community/partclone/PKGBUILD
+++ b/community/partclone/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=partclone
pkgver=0.2.69
pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://partclone.org"
license=('GPL')
depends=('progsreiserfs' 'ntfs-3g')
@@ -18,6 +18,7 @@ md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
build() {
cd "$srcdir"/$pkgname-$pkgver
+ [ "$CARCH" = "mips64el" ] && sed -i "s| fail-mbr||" Makefile.in
./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs --sbindir=/usr/bin