1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-26 18:35:47 +01:00

Makefile changes for missing chrome/ dir

This commit is contained in:
Martin Stubenschrott
2007-04-25 17:11:52 +00:00
parent 5e8eb60362
commit 57094b927a
3 changed files with 68 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ ZIP = zip
# find the vimperator chrome dir
FIREFOX_DEFAULT = $(wildcard ${HOME}/.mozilla/firefox/*.default)
VIMPERATOR_CHROME = $(wildcard ${FIREFOX_DEFAULT}/extensions/vimperator@mozdev.org/chrome/)
VIMPERATOR_CHROME = ${FIREFOX_DEFAULT}/extensions/vimperator@mozdev.org/chrome/
# specify V=1 on make line to see more verbose output
Q=$(if ${V},,@)
@@ -48,6 +48,8 @@ info:
@echo "vimperator chrome ${VIMPERATOR_CHROME}"
needs_chrome_dir:
@echo "Checking chrome dir..."
-${Q}mkdir -p "${VIMPERATOR_CHROME}"
${Q}test -d "${VIMPERATOR_CHROME}"
xpi: ${RELEASE}