[arch-commits] Commit in libfm/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Oct 26 14:31:11 UTC 2013


    Date: Saturday, October 26, 2013 @ 16:31:11
  Author: bpiotrowski
Revision: 99254

upgpkg: libfm 1.1.2.2-2

remove static libraries

Modified:
  libfm/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 13:55:17 UTC (rev 99253)
+++ PKGBUILD	2013-10-26 14:31:11 UTC (rev 99254)
@@ -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 @@
   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 
 }




More information about the arch-commits mailing list