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

Giovanni Scafora giovanni at archlinux.org
Tue Jul 28 09:22:52 UTC 2009


    Date: Tuesday, July 28, 2009 @ 05:22:52
  Author: giovanni
Revision: 47845

upgpkg: abcde 2.3.99.7-2
    Fixed FS13765

Modified:
  abcde/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-28 09:15:09 UTC (rev 47844)
+++ PKGBUILD	2009-07-28 09:22:52 UTC (rev 47845)
@@ -4,7 +4,7 @@
 
 pkgname=abcde
 pkgver=2.3.99.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go."
 depends=('bash' 'cd-discid' 'cdparanoia' 'lame' 'vorbis-tools' 'wget' 'id3' 'id3v2')
 backup=(etc/$pkgname.conf)
@@ -24,7 +24,7 @@
   sed -e "s:/usr/bin/less:/bin/less:g" -i $pkgname
   install -Dm 0755 $pkgname $startdir/pkg/usr/bin/$pkgname
   install -Dm 0755 cddb-tool $startdir/pkg/usr/bin/cddb-tool
-  install -Dm 0644 cddb-tool.1 $startdir/pkg/usr/man/man1/cddb-tool.1
-  install -Dm 0644 $pkgname.1 $startdir/pkg/usr/man/man1/$pkgname.1
+  install -Dm 0644 cddb-tool.1 $startdir/pkg/usr/share/man/man1/cddb-tool.1
+  install -Dm 0644 $pkgname.1 $startdir/pkg/usr/share/man/man1/$pkgname.1
   install -Dm 0644 $pkgname.conf $startdir/pkg/etc/$pkgname.conf
 }




More information about the arch-commits mailing list