have pkgbuild.in depend on $@
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
c3e6eaffcd
commit
b2e46e3429
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
version=$(git describe)
|
||||
version="$1"
|
||||
outfile=${0%.in}
|
||||
|
||||
cat << eof > "${outfile}"
|
||||
|
|
Loading…
Reference in a new issue