1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 00:07:58 +01:00

fix bug #17377 - Unable to build sources on Mac OS X

This commit is contained in:
Doug Kearns
2007-07-26 13:39:23 +00:00
parent 0df30f66db
commit 1a3dbab77e

View File

@@ -96,7 +96,7 @@ jar: ${JAR}
install: needs_chrome_dir ${JAR} install: needs_chrome_dir ${JAR}
@echo "Installing JAR..." @echo "Installing JAR..."
${Q}cp ${CP_V} ${JAR} ${INSTALL_CHROME} ${Q}cp ${CP_V} ${JAR} "${INSTALL_CHROME}"
release: ${XPI} ${RDF} release: ${XPI} ${RDF}