summaryrefslogtreecommitdiff
path: root/community/libfm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libfm/PKGBUILD')
-rw-r--r--community/libfm/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD
index b84cd94f9..71186aad9 100644
--- a/community/libfm/PKGBUILD
+++ b/community/libfm/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=1.1.0
pkgrel=4
pkgdesc='Library for file management'
url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
groups=('lxde')
options=('!libtool')
@@ -33,6 +33,6 @@ package() {
make DESTDIR=$pkgdir install
# Temporary fix to FS#32361
- rm $pkgdir/usr/include/libfm
+ rm -r $pkgdir/usr/include/libfm
mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm
}