Skip to content

Commit

Permalink
jpeg-turbo: fix "jpegtran" spelling in target-install hook
Browse files Browse the repository at this point in the history
Use correct bin name so that JPEG_TURBO_REMOVE_USELESS_TOOLS fixup
actually removes it.

Signed-off-by: Danomi Manchego <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
danomimanchego123 authored and jacmet committed Feb 11, 2014
1 parent 0e27be3 commit 28f427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/jpeg-turbo/jpeg-turbo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ JPEG_TURBO_CONF_OPT += --without-simd
endif

define JPEG_TURBO_REMOVE_USELESS_TOOLS
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,cjpeg djpeg jpegtrans rdjpgcom tjbench wrjpgcom)
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,cjpeg djpeg jpegtran rdjpgcom tjbench wrjpgcom)
endef

JPEG_TURBO_POST_INSTALL_TARGET_HOOKS += JPEG_TURBO_REMOVE_USELESS_TOOLS
Expand Down

0 comments on commit 28f427d

Please sign in to comment.