From: Thomas Lamprecht Date: Fri, 9 Nov 2018 12:21:05 +0000 (+0100) Subject: bsys: followup: ensure upstream directory gets created X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=27586c30eb55f163be942fdfd6d112204b0a961a;p=libqb.git bsys: followup: ensure upstream directory gets created Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 66b4098..e48725b 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,8 @@ ${DSC}: ${BUILDDIR} cd ${BUILDDIR}; dpkg-buildpackage -S -us -uc -d -nc download: - rm -rf upstream/${SRCARCHIVE} upstream/${DEBARCHIVE} ${BUILDDIR} + rm -rf upstream/ + mkdir upstream cd upstream; dget https://deb.debian.org/debian/pool/main/libq/libqb/libqb_${VERSION}-${DEBRELEASE}.dsc cd upstream; rm -rf *.asc *.dsc ${BUILDDIR}