have pkgbuild.in depend on $@

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
remotes/origin/2.2
Nico Schottelius 12 years ago
parent c3e6eaffcd
commit b2e46e3429
  1. 2
      PKGBUILD.in

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

Loading…
Cancel
Save