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

Lukas Jirkovsky stativ at archlinux.org
Tue Jul 14 16:18:06 UTC 2015


    Date: Tuesday, July 14, 2015 @ 18:18:06
  Author: stativ
Revision: 136894

upgpkg: cdrtools 3.01a30-2

fix FS#45639

Modified:
  cdrtools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-14 16:16:44 UTC (rev 136893)
+++ PKGBUILD	2015-07-14 16:18:06 UTC (rev 136894)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
 pkgname=cdrtools
 pkgver=3.01a30
-pkgrel=1
+pkgrel=2
 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
 arch=('i686' 'x86_64')
 url="http://cdrecord.org/"
@@ -31,8 +31,12 @@
 
   export GMAKE_NOWARN=true
   make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+
+  # remove unneeded files that may cause conflicts
   rm -rf "$pkgdir"/usr/include
   rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+  rm -rf "$pkgdir"/usr/share/man/man3
+  
 
   # autoload 'sg' module needed by cdrecord
   install -d -m755 "$pkgdir"/usr/lib/modules-load.d/



More information about the arch-commits mailing list