summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-16 07:46:58 +0000
committerMatt Wilson <msw@redhat.com>2000-06-16 07:46:58 +0000
commit9d75e42ab4682f29ce89ea5a420cabc2ec37e041 (patch)
treedfeaa048449c99852bf972e4ca7d6b7bd6f41036 /loader
parentcedfb8854f8a4f8bd8605a564d55458be0c7a106 (diff)
downloadanaconda-9d75e42ab4682f29ce89ea5a420cabc2ec37e041.tar.gz
anaconda-9d75e42ab4682f29ce89ea5a420cabc2ec37e041.tar.xz
anaconda-9d75e42ab4682f29ce89ea5a420cabc2ec37e041.zip
install kon tr file
Diffstat (limited to 'loader')
-rw-r--r--loader/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 7e040b139..d95d238d1 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -105,6 +105,7 @@ install: all
install -s -m 755 $$n $(DESTDIR)/$(RUNTIMEDIR)/loader; \
done
install -m 644 loader.tr $(DESTDIR)/$(RUNTIMEDIR)/loader
+ install -m 644 kon-loader.tr $(DESTDIR)/$(RUNTIMEDIR)/loader
install -m 644 module-info $(DESTDIR)/$(RUNTIMEDIR)/loader
loader: loader.o $(OBJS) $(NETOBJS)