summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-04-08 19:59:01 +0000
committerMike Fulbright <msf@redhat.com>2003-04-08 19:59:01 +0000
commitbb9f2c66524a0f2a8f3feb19ab28f4cde0e51788 (patch)
tree8cbeda0f2cfd0b133d7e48b6bdc0150a33b2272e /scripts
parentb2c93fe70bcaccf5fc1ef74de196cfb2f76212a3 (diff)
downloadanaconda-bb9f2c66524a0f2a8f3feb19ab28f4cde0e51788.tar.gz
anaconda-bb9f2c66524a0f2a8f3feb19ab28f4cde0e51788.tar.xz
anaconda-bb9f2c66524a0f2a8f3feb19ab28f4cde0e51788.zip
this would help
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile3
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)