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:
---
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}
+