From 3119434b29d8d4adbe9ff50fd73177d3a6fa8087 Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 24 Apr 2021 15:21:38 -0500 Subject: [PATCH] fix an issue with makefile not making --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc8c644..8417c31 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ pack: cp LICENSE dist cp COPYING dist -deb: +dpkg: mkdir -p deb/usr/lib mv dist deb/usr/lib/plchat dpkg --build deb