diff options
author | Erik Troan <ewt@redhat.com> | 2000-03-29 17:09:05 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-03-29 17:09:05 +0000 |
commit | ed04757aee93e72aa8d41e719f72569538158cb9 (patch) | |
tree | 27a2aa217a046dfe86ad85ddbc75e0d1cff07df9 /utils | |
parent | d0a1c80638d40bba36b4e1b7317a96533b986d1c (diff) | |
download | anaconda-ed04757aee93e72aa8d41e719f72569538158cb9.tar.gz anaconda-ed04757aee93e72aa8d41e719f72569538158cb9.tar.xz anaconda-ed04757aee93e72aa8d41e719f72569538158cb9.zip |
added trimpcitable, moddeps, filtermoddeps, and modlist to anaconda-runtime package
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 8c7093ce2..abec25691 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,3 +1,5 @@ +include ../Makefile.inc + ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) @@ -24,6 +26,10 @@ genhdlist: genhdlist.c install: all mkdir -p $(DESTDIR)/usr/bin # install -m755 -s genhdlist $(DESTDIR)/usr/bin + install -m755 -s trimpcitable $(RUNTIMEDIR) + install -m755 -s moddeps $(RUNTIMEDIR) + install -m755 -s filtermoddeps $(RUNTIMEDIR) + install -m755 -s modlist $(RUNTIMEDIR) # # removed genhdlist from clean line so it will be distributed on CDROM image |