diff options
| author | Mike Fulbright <msf@redhat.com> | 2003-04-08 19:59:01 +0000 |
|---|---|---|
| committer | Mike Fulbright <msf@redhat.com> | 2003-04-08 19:59:01 +0000 |
| commit | bb9f2c66524a0f2a8f3feb19ab28f4cde0e51788 (patch) | |
| tree | 8cbeda0f2cfd0b133d7e48b6bdc0150a33b2272e /scripts | |
| parent | b2c93fe70bcaccf5fc1ef74de196cfb2f76212a3 (diff) | |
this would help
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 5ae914367..9ac5a94ab 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -7,7 +7,8 @@ install: install -m 755 mk-images* $(DESTDIR)/$(RUNTIMEDIR) install -m 755 mk-rescueimage* $(DESTDIR)/$(RUNTIMEDIR) install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR) - install -m 755 splitdistro $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 splittree $(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) |
