From 4dfaff608961553a9d89549220fd5744bee2d807 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 11 Sep 2013 10:53:49 +0200 Subject: [PATCH] fix dintall target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2