From ff71eecb53038b9f8e28d580b54da74d4158e708 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 16 Feb 2009 15:26:01 +0100 Subject: [PATCH] Fix unflowed.xpi Now it not only installs, but also shows the menu entry... Signed-off-by: Johannes Schindelin --- Makefile | 8 ++------ chrome/.gitignore | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 chrome/.gitignore diff --git a/Makefile b/Makefile index 6c7c9fa..a36b064 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TARGET=unflowed -XPI_FILES=chrome.manifest chrome/$(TARGET).jar install.rdf readme.txt -JAR_FILES=$(wildcard content/* locale/*/* skin/*) +XPI_FILES=chrome.manifest install.rdf readme.txt \ + $(wildcard content/* locale/*/* skin/*) ID=$(shell sed -n -e 's/^.*\(.*\)<\/em:id>.*/\1/p' -e '/em:name/q' \ < install.rdf) @@ -22,10 +22,6 @@ endif $(TARGET).xpi: $(XPI_FILES) zip -9r $@ $^ -chrome/$(TARGET).jar: $(JAR_FILES) - mkdir -p chrome - zip -9r $@ $^ - symlink: ln -s "$(shell pwd)" "$(PROFILE_DIRECTORY)/extensions/$(ID)" diff --git a/chrome/.gitignore b/chrome/.gitignore deleted file mode 100644 index 0557829..0000000 --- a/chrome/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.jar -- 2.11.4.GIT