diff options
author | Erik Troan <ewt@redhat.com> | 2000-04-03 20:06:02 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-04-03 20:06:02 +0000 |
commit | 2baf867495ee7f85ab16ebbba9d2cc3eb78783fe (patch) | |
tree | 562260a29309d5f604562f0b7404b84f1ba15bef | |
parent | 3adb309ef526bc345c11593f91205535d5db0a84 (diff) | |
download | anaconda-2baf867495ee7f85ab16ebbba9d2cc3eb78783fe.tar.gz anaconda-2baf867495ee7f85ab16ebbba9d2cc3eb78783fe.tar.xz anaconda-2baf867495ee7f85ab16ebbba9d2cc3eb78783fe.zip |
changed boot subdir to bootdisk <argh>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ include Makefile.inc VERSION = 7.0 SUBDIRSHD = rpmmodule balkan isys libfdisk collage loader po \ - minislang textw utils scripts boot + minislang textw utils scripts bootdisk SUBDIRS = $(SUBDIRSHD) ifneq (ia64, $(ARCH)) |