diff options
author | Erik Troan <ewt@redhat.com> | 2001-06-20 01:57:33 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-06-20 01:57:33 +0000 |
commit | e4a41b5a1a08c2bd0e11b8a222d504f09f61b89a (patch) | |
tree | 401f732524ed84769ced875f93f8f27b03f53556 /scripts/Makefile | |
parent | 972e48a36c8242f94adb5cc547054526dca0ee73 (diff) | |
download | anaconda-e4a41b5a1a08c2bd0e11b8a222d504f09f61b89a.tar.gz anaconda-e4a41b5a1a08c2bd0e11b8a222d504f09f61b89a.tar.xz anaconda-e4a41b5a1a08c2bd0e11b8a222d504f09f61b89a.zip |
added support for cramfs and new build system
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index e92c216bc..ea829df7e 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -6,6 +6,7 @@ install: install -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR) install -m 755 mk-images* $(DESTDIR)/$(RUNTIMEDIR) install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 splitdistro $(DESTDIR)/$(RUNTIMEDIR) install -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR) install -m 755 pythondeps $(DESTDIR)/$(RUNTIMEDIR) install -m 755 pkgorder $(DESTDIR)/$(RUNTIMEDIR) |