summaryrefslogtreecommitdiff
path: root/community/libfm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-27 01:06:08 -0700
committerroot <root@rshg054.dnsready.net>2013-10-27 01:06:08 -0700
commit2886140ddb1db32f36cb0b27e93888442a603a53 (patch)
tree2a85cef112f53e98d1b959951dc7004b9bc89dc9 /community/libfm
parent24152c3ea77087edccf017c13d44904a75799ff7 (diff)
Sun Oct 27 01:05:45 PDT 2013
Diffstat (limited to 'community/libfm')
-rw-r--r--community/libfm/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD
index 82b4679cb..0cf1cd21b 100644
--- a/community/libfm/PKGBUILD
+++ b/community/libfm/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97020 2013-09-10 14:26:57Z bpiotrowski $
+# $Id: PKGBUILD 99255 2013-10-26 14:31:13Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Unknown47 <unknown47r@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=libfm
pkgver=1.1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='Library for file management'
url='http://pcmanfm.sourceforge.net/'
arch=('i686' 'x86_64')
@@ -33,6 +33,6 @@ package() {
make DESTDIR="$pkgdir" install
# Temporary fix to FS#32361
- rm "$pkgdir"/usr/include/libfm
+ rm -rf "$pkgdir"/usr/include/libfm
mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
}