From ce8ec5674a406b715b4bf0cef4fb051cd4b41b4c Mon Sep 17 00:00:00 2001 From: lioux Date: Tue, 28 May 2002 16:33:27 +0000 Subject: After update of linux_base to 7.1 in rev 1.60, correct detection of strip tool since it is not part of 7.1 --- graphics/linux-divxplayer/Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'graphics') diff --git a/graphics/linux-divxplayer/Makefile b/graphics/linux-divxplayer/Makefile index 86f3505a91e3..a1a871e86e61 100644 --- a/graphics/linux-divxplayer/Makefile +++ b/graphics/linux-divxplayer/Makefile @@ -35,12 +35,6 @@ post-patch: @${SED} -e "s|%%DATADIR%%|${DATADIR}|" ${FILESDIR}/wrapper.sh \ > ${WRKDIR}/wrapper.sh -pre-install: -.if exists(${STRIP_CMD}) - @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME} -.endif - @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME} - do-install: # skin files @${MKDIR} ${DATADIR} @@ -52,4 +46,12 @@ do-install: ${PREFIX}/bin/${BINARY_NAME:S/.bin$//} @${CAT} ${PKGMESSAGE} -.include +.include + +pre-install: +.if exists(${STRIP_CMD}) + @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME} +.endif + @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME} + +.include -- cgit