[arch-commits] Commit in grml-zsh-config/repos (extra-any extra-any/PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Fri Dec 4 22:56:29 UTC 2009


    Date: Friday, December 4, 2009 @ 17:56:29
  Author: pierre
Revision: 60428

Merged revisions 60427 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/grml-zsh-config/trunk

........
  r60427 | pierre | 2009-12-04 23:55:42 +0100 (Fr, 04 Dez 2009) | 1 line
  
  don't install config files which are incomaptible and not needed
........

Modified:
  grml-zsh-config/repos/extra-any/	(properties)
  grml-zsh-config/repos/extra-any/PKGBUILD

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


Property changes on: grml-zsh-config/repos/extra-any
___________________________________________________________________
Modified: svnmerge-integrated
   - /grml-zsh-config/trunk:1-58733
   + /grml-zsh-config/trunk:1-60427

Modified: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2009-12-04 22:55:42 UTC (rev 60427)
+++ extra-any/PKGBUILD	2009-12-04 22:56:29 UTC (rev 60428)
@@ -2,7 +2,7 @@
 
 pkgname=grml-zsh-config
 pkgver=0.3.78
-pkgrel=1
+pkgrel=2
 pkgdesc="grml's zsh setup"
 arch=('any')
 url='http://grml.org/zsh/'
@@ -16,7 +16,8 @@
 build() {
 	cd ${srcdir}/grml-etc-core
 	install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-	find etc/zsh -type f -exec install -D -m644 {} ${pkgdir}/{} \;
+	install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+	install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
 	cd doc
 	make
 	install -D -m644 grmlzshrc.5 ${pkgdir}/usr/share/man/man5/grmlzshrc.5




More information about the arch-commits mailing list