[arch-commits] Commit in zsh-lovers/trunk (PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Thu Mar 21 20:56:47 UTC 2013
Date: Thursday, March 21, 2013 @ 21:56:46
Author: eric
Revision: 86743
Replace build function by package function
Modified:
zsh-lovers/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-21 20:55:29 UTC (rev 86742)
+++ PKGBUILD 2013-03-21 20:56:46 UTC (rev 86743)
@@ -14,6 +14,6 @@
source=("http://grml.org/zsh/${pkgname}.1")
md5sums=('60c8be931150f3d12d04be834e61035c')
-build() {
+package() {
install -Dm0644 "${srcdir}/${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
}
More information about the arch-commits
mailing list