From: Ben Gras Date: Sun, 26 Mar 2006 16:22:02 +0000 (+0000) Subject: Install tty in /sbin X-Git-Tag: v3.1.2a~134 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch07.html?a=commitdiff_plain;h=0524ed35cd184f2537fcf95257feb07361fd5f4c;p=minix.git Install tty in /sbin --- 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