Install memory in /usr/sbin

This commit is contained in:
Ben Gras 2006-02-17 15:03:38 +00:00
parent 73c79dde56
commit b3d3ed8f7c

View file

@ -37,8 +37,8 @@ ramdisk_image:
binsizes big binsizes big
# install with other drivers # install with other drivers
install: # /sbin/$(DRIVER) install: /usr/sbin/$(DRIVER)
/sbin/$(DRIVER): $(DRIVER) /usr/sbin/$(DRIVER): $(DRIVER)
install -o root -cs $? $@ install -o root -cs $? $@
# clean up local files # clean up local files