diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-03 15:36:21 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-03 15:36:21 +0000 |
commit | 7e44b0414565050b103b8cd99ac5d71b2da65ccc (patch) | |
tree | 61fec6a89b1085b93763be2a6b08d78b418cf07f /Makefile | |
parent | 15de699d8ea9d8d80b9f3fffdb27cc4aa5a12210 (diff) | |
download | anaconda-7e44b0414565050b103b8cd99ac5d71b2da65ccc.tar.gz anaconda-7e44b0414565050b103b8cd99ac5d71b2da65ccc.tar.xz anaconda-7e44b0414565050b103b8cd99ac5d71b2da65ccc.zip |
oops, fixed date format string
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.inc VERSION = 7.0 -DATE = $(shell date "+%Y%m%d%H%m") +DATE = $(shell date "+%Y%m%d%H%M") SUBDIRSHD = balkan isys libfdisk collage loader po text-help \ minislang textw utils scripts bootdisk installclasses \ |