Dont install ChangeLog into /usr/lib/rpm/redhat directory, doh

This commit is contained in:
Panu Matilainen 2010-02-02 12:02:10 +02:00
parent d53f48cc84
commit 2e8b67dd78
1 changed files with 1 additions and 1 deletions

View File

@ -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"