diff options
| author | Mike Fulbright <msf@redhat.com> | 2003-04-08 20:02:57 +0000 |
|---|---|---|
| committer | Mike Fulbright <msf@redhat.com> | 2003-04-08 20:02:57 +0000 |
| commit | 3feeebafcc515e35a29cc7a6ed447323977559c2 (patch) | |
| tree | f81f17a0915e1c76ebed60801b57fe525cd00bad /scripts | |
| parent | bb9f2c66524a0f2a8f3feb19ab28f4cde0e51788 (diff) | |
this would really help
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 9ac5a94ab..5fd8dd454 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -7,7 +7,7 @@ install: install -m 755 mk-images* $(DESTDIR)/$(RUNTIMEDIR) install -m 755 mk-rescueimage* $(DESTDIR)/$(RUNTIMEDIR) install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR) - install -m 755 splittree $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 splittree.py $(DESTDIR)/$(RUNTIMEDIR) # install -m 755 splitdistro $(DESTDIR)/$(RUNTIMEDIR) install -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR) install -m 755 pythondeps $(DESTDIR)/$(RUNTIMEDIR) |
