diff options
author | Erik Troan <ewt@redhat.com> | 2000-06-16 14:08:46 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-06-16 14:08:46 +0000 |
commit | ce44ccfd02396db2340958723ca0bf5b9fe08c01 (patch) | |
tree | 97e61030104bd2c59f36143e4ba1d47d048e2d3d /utils | |
parent | 53dbc69e3990866cdae2ed53e8534f4deb54c789 (diff) | |
download | anaconda-ce44ccfd02396db2340958723ca0bf5b9fe08c01.tar.gz anaconda-ce44ccfd02396db2340958723ca0bf5b9fe08c01.tar.xz anaconda-ce44ccfd02396db2340958723ca0bf5b9fe08c01.zip |
nstall genhdlist
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 4f2dfd0b1..e5467c23e 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -33,7 +33,7 @@ depends: install: all mkdir -p $(DESTDIR)/usr/bin mkdir -p $(DESTDIR)/$(RUNTIMEDIR) -# install -m755 -s genhdlist $(DESTDIR)/usr/bin + install -m755 -s genhdlist $(DESTDIR)/$(RUNTIMEDIR) install -m755 trimpcitable $(DESTDIR)/$(RUNTIMEDIR) install -m755 -s moddeps $(DESTDIR)/$(RUNTIMEDIR) install -m755 filtermoddeps $(DESTDIR)/$(RUNTIMEDIR) |