aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastien Luttringer <seblu@seblu.net>2011-07-07 13:59:40 +0200
committerSebastien Luttringer <seblu@seblu.net>2011-07-07 13:59:40 +0200
commit1259ab3a31e619b755424e226ca4ddf0dcc2410d (patch)
tree5ca64eb266573fdb937143cfe0999223fdfc9085 /PKGBUILD
parent356eb55dc1594ce0ce2714b3debfeaaca9926c0d (diff)
downloadinitscripts-1259ab3a31e619b755424e226ca4ddf0dcc2410d.tar.xz
Remove usage of head in PKGBUILD
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c9764c..d8b4717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=initscripts-git
pkgver=$(date +%s)
-pkgrel=$(git log --pretty=format:%h |head -n 1)
+pkgrel=$(git log -1 --pretty=format:%h)
pkgdesc="System initialization/bootup scripts"
arch=('i686' 'x86_64')
url="http://www.archlinux.org"