From 2e8b67dd78100318bec20fd3666f3f041be11482 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 2 Feb 2010 12:02:10 +0200 Subject: [PATCH] Dont install ChangeLog into /usr/lib/rpm/redhat directory, doh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b94b5d..7c6c9f3 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: install: mkdir -p $(DESTDIR)/usr/lib/rpm/redhat cp -pr * $(DESTDIR)/usr/lib/rpm/redhat/ - rm -f $(DESTDIR)/usr/lib/rpm/redhat/Makefile + rm -f $(DESTDIR)/usr/lib/rpm/redhat/{Makefile,ChangeLog} tag-archive: @git tag -a $(CVSTAG) -m "$(NAME)-$(VERSION) release"