Don't install in /sbin - confusing with real tty command
This commit is contained in:
parent
99158dbdfc
commit
2ab95796b5
@ -25,10 +25,11 @@ $(DRIVER): $(OBJ)
|
|||||||
install -S 256w $(DRIVER)
|
install -S 256w $(DRIVER)
|
||||||
|
|
||||||
# install with other drivers
|
# install with other drivers
|
||||||
install: /sbin/$(DRIVER)
|
install:
|
||||||
cd keymaps && $(MAKE) -$(MAKEFLAGS) 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 up local files
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user