summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-01 23:59:47 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-01 23:59:47 +0000
commitab7d50948627909a8c1bf7c318fd8d4377400145 (patch)
treea63c49edde5aa3ac8304a6ab3fa5b6fc08707984 /utils
parent9ab0860d77e95691f502031a29a0fddbcd859266 (diff)
downloadanaconda-ab7d50948627909a8c1bf7c318fd8d4377400145.tar.gz
anaconda-ab7d50948627909a8c1bf7c318fd8d4377400145.tar.xz
anaconda-ab7d50948627909a8c1bf7c318fd8d4377400145.zip
more genhdlist removal
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index d64e3d2ed..d11b374a9 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -44,7 +44,7 @@ depends:
install: all
mkdir -p $(DESTDIR)/usr/bin
mkdir -p $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 genhdlist $(DESTDIR)/$(RUNTIMEDIR)
+# install -m755 genhdlist $(DESTDIR)/$(RUNTIMEDIR)
install -m755 trimpcitable $(DESTDIR)/$(RUNTIMEDIR)
install -m755 moddeps $(DESTDIR)/$(RUNTIMEDIR)
install -m755 filtermoddeps $(DESTDIR)/$(RUNTIMEDIR)