diff options
author | Erik Troan <ewt@redhat.com> | 2000-04-12 22:35:59 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-04-12 22:35:59 +0000 |
commit | 35d4d265c965ff7b21c95f16dbd07d8191935a48 (patch) | |
tree | 18dabc117f3a739a57b3605cfff05d9ecd1b0351 /scripts/Makefile | |
parent | b24f58b3c74bd64e419e4aa970fab5b896b9890a (diff) | |
download | anaconda-35d4d265c965ff7b21c95f16dbd07d8191935a48.tar.gz anaconda-35d4d265c965ff7b21c95f16dbd07d8191935a48.tar.xz anaconda-35d4d265c965ff7b21c95f16dbd07d8191935a48.zip |
include mk-images arch-specific scripts
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 cad59b600..9a28b716a 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -4,6 +4,6 @@ all: install: install -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR) - install -m 755 mk-images $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 mk-images* $(DESTDIR)/$(RUNTIMEDIR) install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR) |