Fixed issues with building Debian package
This commit is contained in:
parent
d39c2fd8a2
commit
7ccd303a39
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
FILE=$(mktemp)
|
||||
VERSION=(grep -o -E "[0-9]+" Version.h)
|
||||
VERSION=$(grep -o -E "[0-9]+" Version.h)
|
||||
DATE=$(date +"%a, %d %b %Y %H:%M:%S %z")
|
||||
|
||||
echo "cronosagent (${VERSION}) none; urgency=low" >> ${FILE}
|
||||
|
|
Loading…
Add table
Reference in a new issue