[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Fri Dec 4 22:55:42 UTC 2009


    Date: Friday, December 4, 2009 @ 17:55:42
  Author: pierre
Revision: 60427

don't install config files which are incomaptible and not needed

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-04 21:32:40 UTC (rev 60426)
+++ PKGBUILD	2009-12-04 22:55:42 UTC (rev 60427)
@@ -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