From 2ab95796b5d9d2afa0095147ddecd88e125d75a0 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 29 Mar 2006 12:41:11 +0000 Subject: [PATCH] Don't install in /sbin - confusing with real tty command --- drivers/tty/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/tty/Makefile b/drivers/tty/Makefile index c3a2b2eb3..a5d87b782 100644 --- a/drivers/tty/Makefile +++ b/drivers/tty/Makefile @@ -25,10 +25,11 @@ $(DRIVER): $(OBJ) install -S 256w $(DRIVER) # install with other drivers -install: /sbin/$(DRIVER) +install: cd keymaps && $(MAKE) -$(MAKEFLAGS) install -/sbin/$(DRIVER): $(DRIVER) - install -o root -cs $? $@ + +#/sbin/$(DRIVER): $(DRIVER) +# install -o root -cs $? $@ # clean up local files clean: -- 2.44.0