From: Dietmar Maurer Date: Wed, 11 Sep 2013 08:53:49 +0000 (+0200) Subject: fix dintall target X-Git-Url: https://git.proxmox.com/?p=apt.git;a=commitdiff_plain fix dintall target --- diff --git a/Makefile b/Makefile index 60baffd..6b303a3 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: deb .PHONY: dinstall dinstall: deb - dpkg -i ${DEBS} + dpkg -i ${DEB} .PHONY: download download: