Re: [pve-devel] [PATCHV2 4/4] Use git archive instead of rsync to build tarball.

2016-07-06 Thread Wolfgang Bumiller
On Wed, Jul 06, 2016 at 10:21:19AM +0200, Wolfgang Link wrote: > --- > Makefile | 8 +++- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/Makefile b/Makefile > index f4eae05..edf2cc2 100644 > --- a/Makefile > +++ b/Makefile > @@ -16,7 +16,8 @@ all: ${DEB} > > ${DEB} deb:

[pve-devel] [PATCHV2 4/4] Use git archive instead of rsync to build tarball.

2016-07-06 Thread Wolfgang Link
--- Makefile | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f4eae05..edf2cc2 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ all: ${DEB} ${DEB} deb: ${SDSRC} rm -rf ${SDDIR} - tar xf ${SDSRC} + mkdir ${SDDIR} +