have pkgbuild.in depend on $@

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-07-12 20:40:02 +02:00
parent c3e6eaffcd
commit b2e46e3429
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
version=$(git describe)
version="$1"
outfile=${0%.in}
cat << eof > "${outfile}"