From 0524ed35cd184f2537fcf95257feb07361fd5f4c Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 26 Mar 2006 16:22:02 +0000 Subject: [PATCH] Install tty in /sbin --- drivers/tty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/tty/Makefile b/drivers/tty/Makefile index 40ebd82ab..c3a2b2eb3 100644 --- a/drivers/tty/Makefile +++ b/drivers/tty/Makefile @@ -25,9 +25,9 @@ $(DRIVER): $(OBJ) install -S 256w $(DRIVER) # install with other drivers -install: /usr/sbin/$(DRIVER) +install: /sbin/$(DRIVER) cd keymaps && $(MAKE) -$(MAKEFLAGS) install -/usr/sbin/$(DRIVER): $(DRIVER) +/sbin/$(DRIVER): $(DRIVER) install -o root -cs $? $@ # clean up local files -- 2.44.0