From 500f78c265407530f5d01591b2ef884b5d355f6c Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 2 Aug 2015 12:49:40 -0400
Subject: [PATCH] fix a comment to clarify that this Makefile can also be used
 to build a .deb

---
 packages/linux_make/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index 44c961e35..8f77111b4 100644
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -1,5 +1,5 @@
 #
-# for making a tar.bz2 that installs using a Makefile
+# for making a .deb, or a tar.bz2 that installs using a Makefile
 #
 
 CWD := $(shell pwd)
-- 
GitLab