summaryrefslogtreecommitdiff
path: root/community/libfm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-03 01:15:19 -0700
committerroot <root@rshg054.dnsready.net>2012-11-03 01:15:19 -0700
commite3f70522f1f35359d9307f478c96dace20a51ca1 (patch)
tree9db033a74cb298a1443b87e279b7549f35288789 /community/libfm
parent35bd2bb6857eb818ca53b8fe34d88106133342f4 (diff)
Sat Nov 3 01:13:31 PDT 2012
Diffstat (limited to 'community/libfm')
-rw-r--r--community/libfm/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD
index 77dd0435f..3046d605d 100644
--- a/community/libfm/PKGBUILD
+++ b/community/libfm/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79227 2012-11-01 10:30:17Z bpiotrowski $
+# $Id: PKGBUILD 79276 2012-11-02 10:03:48Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Unknown47 <unknown47r@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=libfm
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library for file management"
url="http://pcmanfm.sourceforge.net/"
arch=('i686' 'x86_64')
@@ -31,4 +31,8 @@ build() {
package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
+
+ # Temporary fix to FS#32361
+ rm $pkgdir/usr/include/libfm
+ mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm
}