Instead of having to move it after installation, which doesn't work with the
merged /usr option.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
SED_LICENSE_FILES = COPYING
SED_CONF_OPTS = \
- --bindir=/usr/bin \
+ --bindir=/bin \
--libdir=/lib \
--libexecdir=/usr/lib \
--sysconfdir=/etc \
--infodir=/usr/share/info \
--include=$(STAGING_DIR)/usr/include
-define SED_MOVE_BINARY
- mv $(TARGET_DIR)/usr/bin/sed $(TARGET_DIR)/bin/
-endef
-
-SED_POST_INSTALL_TARGET_HOOKS = SED_MOVE_BINARY
-
$(eval $(autotools-package))