From 2e8b67dd78100318bec20fd3666f3f041be11482 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Feb 02 2010 10:02:10 +0000 Subject: Dont install ChangeLog into /usr/lib/rpm/redhat directory, doh --- 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"