4
Fork 0

Fixed issues with building Debian package

This commit is contained in:
R3ABM Artem 2016-07-25 11:48:36 +04:00
parent d39c2fd8a2
commit 7ccd303a39

View file

@ -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}