makerelease: fix DATECODE output
This commit is contained in:
parent
b28cccb704
commit
be7c282296
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ echo "[charybdis] Generating include/serno.h for tip $MYTIP."
|
||||||
cat << _EOF_ > include/serno.h
|
cat << _EOF_ > include/serno.h
|
||||||
/* Generated automatically by makepackage. Any changes made here will be lost. */
|
/* Generated automatically by makepackage. Any changes made here will be lost. */
|
||||||
#define SERNO "$SERNO"
|
#define SERNO "$SERNO"
|
||||||
#define DATECODE "$DATECODE"
|
#define DATECODE ${DATECODE}UL
|
||||||
_EOF_
|
_EOF_
|
||||||
|
|
Loading…
Reference in a new issue