X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fshell%2FMakefile;h=b3b4b509c6678e3ab0b5afecdfe769128664b8d7;hb=cc27fd6a041748623f2bdb9da0cb431bfa8ff885;hp=62774c3cdeaf69a83e0b47d70aed03ffd7f0ca48;hpb=26fd9a911b14184e18e81fd07cbf6c98e9394a44;p=libucw.git diff --git a/ucw/shell/Makefile b/ucw/shell/Makefile index 62774c3c..b3b4b509 100644 --- a/ucw/shell/Makefile +++ b/ucw/shell/Makefile @@ -15,6 +15,6 @@ $(o)/ucw/shell/config.test: $(o)/ucw/shell/ucw-config INSTALL_TARGETS+=install-ucw-shell install-ucw-shell: - install -d -m 755 $(DESTDIR)$(INSTALL_BIN_DIR) - install -m 755 $(UCW_SHELL_PROGS) $(DESTDIR)$(INSTALL_BIN_DIR) + install -d -m 755 $(DESTDIR)$(INSTALL_SBIN_DIR) + install -m 755 $(UCW_SHELL_PROGS) $(DESTDIR)$(INSTALL_SBIN_DIR) .PHONY: install-ucw-shell