diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-05-21 15:33:04 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-05-21 15:33:04 +0000 |
commit | 86549e37b37f9ddbcf1ff08b283e9a6c2dd8f1d9 (patch) | |
tree | 4d7a7334c28a3ffaa23a9c52563aa723608b8590 /utils | |
parent | 657a88b826ebfa8814c9a4b0086ef22dcf94cca7 (diff) | |
download | anaconda-86549e37b37f9ddbcf1ff08b283e9a6c2dd8f1d9.tar.gz anaconda-86549e37b37f9ddbcf1ff08b283e9a6c2dd8f1d9.tar.xz anaconda-86549e37b37f9ddbcf1ff08b283e9a6c2dd8f1d9.zip |
don't try to install genhdlist right now either
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 3f4b57174..48e49762d 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -50,7 +50,7 @@ depends: install: all mkdir -p $(DESTDIR)/usr/bin mkdir -p $(DESTDIR)/$(RUNTIMEDIR) - install -m755 -s genhdlist $(DESTDIR)/$(RUNTIMEDIR) +# install -m755 -s genhdlist $(DESTDIR)/$(RUNTIMEDIR) install -m755 trimpcitable $(DESTDIR)/$(RUNTIMEDIR) install -m755 -s moddeps $(DESTDIR)/$(RUNTIMEDIR) install -m755 filtermoddeps $(DESTDIR)/$(RUNTIMEDIR) |