diff options
author | Erik Troan <ewt@redhat.com> | 2000-04-12 22:23:35 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-04-12 22:23:35 +0000 |
commit | b24f58b3c74bd64e419e4aa970fab5b896b9890a (patch) | |
tree | 704b0ad91fecf0114df638004ea4f3561c177320 /scripts/Makefile | |
parent | 854cc95efd978e6af695c9f7ddb7affb46952bf3 (diff) | |
download | anaconda-b24f58b3c74bd64e419e4aa970fab5b896b9890a.tar.gz anaconda-b24f58b3c74bd64e419e4aa970fab5b896b9890a.tar.xz anaconda-b24f58b3c74bd64e419e4aa970fab5b896b9890a.zip |
include mk-images, not updmodules
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 7c438f624..cad59b600 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -4,6 +4,6 @@ all: install: install -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR) - install -m 755 upd-modules $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 mk-images $(DESTDIR)/$(RUNTIMEDIR) install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR) |