summaryrefslogtreecommitdiff
path: root/mk/Makefile.deb
diff options
context:
space:
mode:
Diffstat (limited to 'mk/Makefile.deb')
-rw-r--r--mk/Makefile.deb4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/Makefile.deb b/mk/Makefile.deb
index c9566b4..0c9f44f 100644
--- a/mk/Makefile.deb
+++ b/mk/Makefile.deb
@@ -129,8 +129,8 @@ $(DEB_BUILT_COOKIE): $(SOURCES)
touch $@
$(MY_SOURCES)/MANIFEST: $(MY_SOURCES_DIRSTAMP)
- ( echo "$(COMPONENT) GPL file $(MY_OUTPUT_DIR)/$(DEBPOOLDIR)/$(PACKAGE)_$(VERSION)-$(RELEASE).dsc" ; \
- echo "$(COMPONENT) GPL file $(MY_OUTPUT_DIR)/$(DEBPOOLDIR)/$(PACKAGE)_$(VERSION)-$(RELEASE).tar.gz" ; \
+ ( echo "$(COMPONENT) BSD 2-Clause file $(MY_OUTPUT_DIR)/$(DEBPOOLDIR)/$(PACKAGE)_$(VERSION)-$(RELEASE).dsc" ; \
+ echo "$(COMPONENT) BSD 2-Clause file $(MY_OUTPUT_DIR)/$(DEBPOOLDIR)/$(PACKAGE)_$(VERSION)-$(RELEASE).tar.gz" ; \
) >$@
.PHONY: sources