From b5f91e386b337afb674f583d7f31afd9a065052d Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 31 Oct 2013 13:15:45 -0200 Subject: Fix makefile and install.rdf template. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e2a530..6b63456 100755 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ all: clean $(TARGET) # main target: .xpi file -$(TARGET): clean +$(TARGET): clean install.rdf mkdir -p $(TEMPDIR) cp -r $(PREFIX)/{$(FILES_TO_PACKAGE)} $(TEMPDIR)/ (cd $(TEMPDIR) && zip -r $(TARGET) ./) @@ -66,6 +66,6 @@ debian-package: git buildpackage -us -uc install.rdf: install.rdf.template Changelog - sed 's/__VERSION__/$(VERSION)/' < $< > $@ + sed 's/__VERSION__/$(VERSION)/' < $< > $@ .PHONY: all clean signed -- cgit v1.2.3