Don't install in /sbin - confusing with real tty command

This commit is contained in:
Ben Gras 2006-03-29 12:41:11 +00:00
parent 99158dbdfc
commit 2ab95796b5

View File

@ -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: