From dae9b620be60a59fe9b6550b76649d111d1b14f5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 28 Jun 2016 08:20:50 +0200 Subject: [PATCH] fix dependency for upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30746902..3bc00470 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ deb ${DEB}: ${PKGSOURCES} lintian ${DEB} .PHONY: upload -upload: +upload: ${DEB} umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw mkdir -p /pve/${RELEASE}/extra rm -rf /pve/${RELEASE}/extra/${PACKAGE}_*.deb