[arch-commits] CVS update of core/devel/ed (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Mar 2 19:17:14 UTC 2008


    Date: Sunday, March 2, 2008 @ 14:17:14
  Author: andyrtr
    Path: /home/cvs-core/core/devel/ed

Modified: PKGBUILD (1.19 -> 1.20)

upgpkg: ed 0.9-1
    fixed man-pages path


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


Index: core/devel/ed/PKGBUILD
diff -u core/devel/ed/PKGBUILD:1.19 core/devel/ed/PKGBUILD:1.20
--- core/devel/ed/PKGBUILD:1.19	Sun Mar  2 13:53:07 2008
+++ core/devel/ed/PKGBUILD	Sun Mar  2 14:17:14 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.19 2008/03/02 18:53:07 andyrtr Exp $
+# $Id: PKGBUILD,v 1.20 2008/03/02 19:17:14 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=ed
 pkgver=0.9
@@ -23,7 +23,7 @@
   ln ed red
 # installing man page
   cd ${startdir}/src/${pkgname}-${pkgver}
-  install -D -m644 doc/ed.1 ${startdir}/pkg/usr/man/man1/ed.1
-  cd ${startdir}/pkg/usr/man/man1
+  install -D -m644 doc/ed.1 ${startdir}/pkg/usr/share/man/man1/ed.1
+  cd ${startdir}/pkg/usr/share/man/man1
   ln ed.1 red.1
 }




More information about the arch-commits mailing list