summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-20 14:38:08 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-20 14:38:08 +0000
commit04396aa0bb180977f991fc2cf817bd29c451f2a9 (patch)
treeeaba6553670c7fba5fddc02711797b8d0453d88f /Makefile.in
parentc26451b56ace8996cf1c32c945ba699de80d3c07 (diff)
downloadptxdist-04396aa0bb180977f991fc2cf817bd29c451f2a9.tar.gz
ptxdist-04396aa0bb180977f991fc2cf817bd29c451f2a9.tar.xz
exclude .git from 'make install'
Author: Jon Ringle <jon@ringle.org> Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10313 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2741c7c10..c2250c1be 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,7 +26,7 @@ install: all
@test -d ${DESTDIR}${instdir} || exit 1
@touch ${DESTDIR}${instdir} || exit 1
@echo "installing PTXdist to ${DESTDIR}${prefix}/bin..."
- tar -C ${abs_srcdir} -cf - --exclude .svn --exclude state --exclude debian --exclude .pc . | tar -o -C ${DESTDIR}${instdir} -xvf -
+ tar -C ${abs_srcdir} -cf - --exclude .git --exclude .svn --exclude state --exclude debian --exclude .pc . | tar -o -C ${DESTDIR}${instdir} -xvf -
@mkdir -p ${DESTDIR}${prefix}/bin
@rm -f ${DESTDIR}${prefix}/bin/ptxdist
@ln -sf ${instdir}/bin/ptxdist ${DESTDIR}${prefix}/bin/ptxdist-${version}