summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-09-09 05:40:30 +0000
committerBill Nottingham <notting@redhat.com>2005-09-09 05:40:30 +0000
commitd7f0ebcec4ca32fa9e1b7172720780168e20223c (patch)
tree25827543b91e622865f54cc6d83d3a53bc6d1d8c /utils
parent5c90ff7b2b9e3486413d87dea2d26ff0e187a99f (diff)
downloadanaconda-d7f0ebcec4ca32fa9e1b7172720780168e20223c.tar.gz
anaconda-d7f0ebcec4ca32fa9e1b7172720780168e20223c.tar.xz
anaconda-d7f0ebcec4ca32fa9e1b7172720780168e20223c.zip
* utils/Makefile: Adjust for changed/removes files
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile
index bf0704c6e..b05a0bd2c 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -57,14 +57,11 @@ install: all
mkdir -p $(DESTDIR)/usr/bin
mkdir -p $(DESTDIR)/$(RUNTIMEDIR)
install -m755 genhdlist $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 trimpcitable $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 trimmodmap $(DESTDIR)/$(RUNTIMEDIR)
+ install -m755 trimmodalias $(DESTDIR)/$(RUNTIMEDIR)
install -m755 trimpciids $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 trimusbmap $(DESTDIR)/$(RUNTIMEDIR)
install -m755 moddeps $(DESTDIR)/$(RUNTIMEDIR)
install -m755 filtermoddeps $(DESTDIR)/$(RUNTIMEDIR)
install -m755 modlist $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 checkcards.py $(DESTDIR)/$(RUNTIMEDIR)
install -m755 readmap $(DESTDIR)/$(RUNTIMEDIR)
install -m755 mapshdr $(DESTDIR)/$(RUNTIMEDIR)