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

Anatol Pomozov anatolik at archlinux.org
Tue Dec 30 16:38:35 UTC 2014


    Date: Tuesday, December 30, 2014 @ 17:38:34
  Author: anatolik
Revision: 124965

No need to install *.so manually as it is already installed by make

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-30 16:28:52 UTC (rev 124964)
+++ PKGBUILD	2014-12-30 16:38:34 UTC (rev 124965)
@@ -26,8 +26,6 @@
   cd "$srcdir/rcairo-$pkgver"
 
   make -j1 DESTDIR="$pkgdir" install # Workaround installation failure with -j1
-  install -Dm644 ext/cairo/cairo.so \
-    "$pkgdir/usr/lib/ruby/vendor_ruby/2.1.0/$CARCH-linux/cairo.so"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list