From 1565ce3671072ce03dc126f015af2e660497e323 Mon Sep 17 00:00:00 2001 From: Midas Date: Wed, 16 Jun 2010 02:17:14 +0200 Subject: Minor change to Makefile (dist-package filename). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index adc5a3f..a3b4f8c 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDI ### The name of the distribution archive: ARCHIVE = $(PLUGIN)-$(VERSION) -PACKAGE = vdr-$(ARCHIVE) +PACKAGE = vdr-plugin-$(ARCHIVE) ### Includes and Defines (add further entries here): -- cgit v1.2.3