From: Pavel Charvat Date: Thu, 29 May 2014 09:05:47 +0000 (+0200) Subject: Utils: ucw-{config,logger,logoutput} moved from /usr/sbin to /usr/bin. X-Git-Tag: v6.0~25 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=445ff586c5da4e61ee4d82729a6e0833f1a73727;p=libucw.git Utils: ucw-{config,logger,logoutput} moved from /usr/sbin to /usr/bin. --- diff --git a/ucw/shell/Makefile b/ucw/shell/Makefile index b3b4b509..62774c3c 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_SBIN_DIR) - install -m 755 $(UCW_SHELL_PROGS) $(DESTDIR)$(INSTALL_SBIN_DIR) + install -d -m 755 $(DESTDIR)$(INSTALL_BIN_DIR) + install -m 755 $(UCW_SHELL_PROGS) $(DESTDIR)$(INSTALL_BIN_DIR) .PHONY: install-ucw-shell