From: Adam Sutton Date: Sat, 12 Jan 2013 20:13:33 +0000 (+0000) Subject: build: ensure proper path is cleaned of .git files. X-Git-Tag: v3.5~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=687d0471e82695d5ac2cde6972539bdc2fdc4a33;p=thirdparty%2Ftvheadend.git build: ensure proper path is cleaned of .git files. --- diff --git a/support/posix.mk b/support/posix.mk index 2994fc5a8..f77677d73 100644 --- a/support/posix.mk +++ b/support/posix.mk @@ -13,7 +13,7 @@ install: ${PROG} ${MAN} cp -r $$bundle/* ${DESTDIR}${datadir}/tvheadend/$$bundle ;\ done - find ${DESTDIR} -name .git -exec rm -rf {} \; + find ${DESTDIR}${datadir}/tvheadend -name .git -exec rm -rf {} \; &>/dev/null || /bin/true uninstall: rm -f ${DESTDIR}${bindir)/tvheadend