aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d84fcc4..86570f8 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ pkg-debian:
# Copy Debian's control file
mkdir -pv -- "$(PKG_ROOT)/DEBIAN"
- cp -v -- ./etc/debian/control "$(PKG_ROOT)/DEBIAN/control"
+ grep -v '^\#' ./etc/debian/control > "$(PKG_ROOT)/DEBIAN/control"
printf "Version: %s\n" "$(PKG_VERSION)" >> "$(PKG_ROOT)/DEBIAN/control"
# Generate the .deb file