Install tty in /sbin
This commit is contained in:
parent
224aec8568
commit
0524ed35cd
@ -25,9 +25,9 @@ $(DRIVER): $(OBJ)
|
|||||||
install -S 256w $(DRIVER)
|
install -S 256w $(DRIVER)
|
||||||
|
|
||||||
# install with other drivers
|
# install with other drivers
|
||||||
install: /usr/sbin/$(DRIVER)
|
install: /sbin/$(DRIVER)
|
||||||
cd keymaps && $(MAKE) -$(MAKEFLAGS) install
|
cd keymaps && $(MAKE) -$(MAKEFLAGS) install
|
||||||
/usr/sbin/$(DRIVER): $(DRIVER)
|
/sbin/$(DRIVER): $(DRIVER)
|
||||||
install -o root -cs $? $@
|
install -o root -cs $? $@
|
||||||
|
|
||||||
# clean up local files
|
# clean up local files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user