Try again for dates

This commit is contained in:
Steve McIntyre 2006-11-26 22:46:57 +00:00
parent 82bb97f5ee
commit 0d7c8c6253
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ ifndef CAPCODENAME
CAPCODENAME:=$(shell perl -e "print ucfirst("$(CODENAME)")") CAPCODENAME:=$(shell perl -e "print ucfirst("$(CODENAME)")")
endif endif
ifndef BINDISKINFO ifndef BINDISKINFO
export BINDISKINFO="Debian GNU/Linux $(DEBVERSION) \"$(CAPCODENAME)\" - $(OFFICIAL) $(ARCH) Binary-$$num ($BUILD_DATE)" export BINDISKINFO="Debian GNU/Linux $(DEBVERSION) \"$(CAPCODENAME)\" - $(OFFICIAL) $(ARCH) Binary-$$num $(BUILD_DATE)"
endif endif
ifndef SRCDISKINFO ifndef SRCDISKINFO
export SRCDISKINFO="Debian GNU/Linux $(DEBVERSION) \"$(CAPCODENAME)\" - $(OFFICIAL) Source-$$num ($BUILD_DATE)" export SRCDISKINFO="Debian GNU/Linux $(DEBVERSION) \"$(CAPCODENAME)\" - $(OFFICIAL) Source-$$num $(BUILD_DATE)"
endif endif
# ND=No-Date versions for README # ND=No-Date versions for README
ifndef BINDISKINFOND ifndef BINDISKINFOND