Ping. I know this is trivial, but it prevents the entire git repository from 
being installed with 'sudo make install'.

Thanks,
Jon

On Thursday 09 April 2009 23:32:18 Jon Ringle wrote:
> Signed-off-by: Jon Ringle <j...@ringle.org>
> ---
>  Makefile.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile.in b/Makefile.in
> index 2741c7c..c2250c1 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}



--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to