Browse Source

Overwrite 'replace.properties' file always

main
Pekka Helenius 2 years ago
parent
commit
28210f1cb7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cloudstack/PKGBUILD

+ 1
- 1
cloudstack/PKGBUILD View File

@ -200,7 +200,7 @@ USAGECLASSPATH=
USAGELOG=/var/log/cloudstack/usage/usage.log USAGELOG=/var/log/cloudstack/usage/usage.log
USAGESYSCONFDIR=/etc/cloudstack/usage USAGESYSCONFDIR=/etc/cloudstack/usage
VERSION=$(printf "%s" $(git describe --long --tags | cut -d- -f1)) VERSION=$(printf "%s" $(git describe --long --tags | cut -d- -f1))
" >> build/replace.properties
" > build/replace.properties
} }


Loading…
Cancel
Save