From f70b5a3c3f5352da1d2cc07a8f91b7f21b9df0da Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Mar 2017 16:42:59 +0100 Subject: [PATCH] fix upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1d8d55..c511096 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ${PDEB}: ${PPSRC}/LibArchive.xs .phony: upload upload: ${PDEB} - fixme + tar cf - ${PDEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch CLEANFILES = *~ build *.deb libarchive_* ${OPKGNAME} libarchive-perl_*