summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-08-08 07:29:54 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-08-08 07:29:54 +0000
commit52c01a510a07067aa7a6f38a12508d3591718bcb (patch)
tree04d3d180ad6c70a681095f7e250217331f4f4bb2
parent02d99e596241bc2852cf72781940351c602c2e2a (diff)
downloadptxdist-52c01a510a07067aa7a6f38a12508d3591718bcb.tar.gz
ptxdist-52c01a510a07067aa7a6f38a12508d3591718bcb.tar.xz
* ptxdist:
If patches are applied on ptxdist itself with quilt during development of ptxdist then 'make install' of ptxdist will complain about unreadable .pc directories. So, .pc directories need to be excluded as well while tarring the tree to the destination directory. Signed-off-by: Remy Bohmer <linux@bohmer.net> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8730 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6285e80d2..eef939128 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 . | tar -C ${DESTDIR}${instdir} -xvf -
+ tar -C ${abs_srcdir} -cf - --exclude .svn --exclude state --exclude debian --exclude .pc . | tar -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}