diff options
author | Erik Troan <ewt@redhat.com> | 2000-03-30 16:12:40 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-03-30 16:12:40 +0000 |
commit | a66e25fed119fb05e37b458b54285562cc41f1be (patch) | |
tree | 3f0d4fbcac4ecf83a2f0199b0e4aaa6351d7dc9f /utils | |
parent | 0815e16f63e693fcae2dcd7a1d456f4737ce265a (diff) | |
download | anaconda-a66e25fed119fb05e37b458b54285562cc41f1be.tar.gz anaconda-a66e25fed119fb05e37b458b54285562cc41f1be.tar.xz anaconda-a66e25fed119fb05e37b458b54285562cc41f1be.zip |
install checkcards.py into runtimedir
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 7327f87fa..7aeabd5d1 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -30,6 +30,7 @@ install: all install -m755 -s moddeps $(DESTDIR)/$(RUNTIMEDIR) install -m755 -s filtermoddeps $(DESTDIR)/$(RUNTIMEDIR) install -m755 -s modlist $(DESTDIR)/$(RUNTIMEDIR) + install -m755 -s checkcards.py $(DESTDIR)/$(RUNTIMEDIR) # # removed genhdlist from clean line so it will be distributed on CDROM image |