[arch-commits] CVS update of extra/multimedia/dcraw (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Jan 15 02:57:58 UTC 2008


    Date: Monday, January 14, 2008 @ 21:57:58
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/dcraw

Modified: PKGBUILD (1.51 -> 1.52)

upgpkg: dcraw 1.397-1
made man page location FHS compliant


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


Index: extra/multimedia/dcraw/PKGBUILD
diff -u extra/multimedia/dcraw/PKGBUILD:1.51 extra/multimedia/dcraw/PKGBUILD:1.52
--- extra/multimedia/dcraw/PKGBUILD:1.51	Mon Jan 14 18:41:53 2008
+++ extra/multimedia/dcraw/PKGBUILD	Mon Jan 14 21:57:58 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.51 2008/01/14 23:41:53 tobias Exp $
+# $Id: PKGBUILD,v 1.52 2008/01/15 02:57:58 eric Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
@@ -30,7 +30,7 @@
   install -D -m755  ${pkgname} ${startdir}/pkg/usr/bin/${pkgname}
  # compress and install a manpage, provided separately on authors homepage
   gzip -c -9 ${pkgname}.1 > ${pkgname}.1.gz
-  install -D -m644 ${pkgname}.1.gz ${startdir}/pkg/usr/man/man1/${pkgname}.1.gz
+  install -D -m644 ${pkgname}.1.gz ${startdir}/pkg/usr/share/man/man1/${pkgname}.1.gz
   install -Dm 644 ${startdir}/src/license.txt \
     ${startdir}/pkg/usr/share/licenses/${pkgname}/license.txt
 }




More information about the arch-commits mailing list