From 2886140ddb1db32f36cb0b27e93888442a603a53 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 27 Oct 2013 01:06:08 -0700 Subject: Sun Oct 27 01:05:45 PDT 2013 --- community/libfm/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/libfm') 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 # Contributor: Unknown47 # Contributor: Angel Velasquez @@ -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 } -- cgit v1.2.3-54-g00ecf