diff options
author | drebs <drebs@leap.se> | 2013-10-31 13:15:45 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-10-31 13:15:45 -0200 |
commit | b5f91e386b337afb674f583d7f31afd9a065052d (patch) | |
tree | 2d924e8766b3166a3d1505cc64a286f8865fcf3c /Makefile | |
parent | 97cef3a7818ed072d96ef99b55aa879d500a3e31 (diff) |
Fix makefile and install.rdf template.
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |