From ebb963361a216e3f0a914ba379de77ec0971ea34 Mon Sep 17 00:00:00 2001 From: "bugzilla%standard8.demon.co.uk" Date: Mon, 21 May 2007 14:57:50 +0000 Subject: [PATCH] Part of bug 322628 Palm Sync Build Changes to automate build and install in profile extensions - change installation directory to match the extension id so that it registers as an addon properly. r/sr=mscott git-svn-id: svn://10.0.0.236/trunk@226728 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/extensions/palmsync/installer/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/mailnews/extensions/palmsync/installer/Makefile.in b/mozilla/mailnews/extensions/palmsync/installer/Makefile.in index 4dad9828e70..94b0c489aa6 100644 --- a/mozilla/mailnews/extensions/palmsync/installer/Makefile.in +++ b/mozilla/mailnews/extensions/palmsync/installer/Makefile.in @@ -57,7 +57,9 @@ ifdef MOZ_XUL_APP XPI_NAME = palmsync USE_EXTENSION_MANIFEST = 1 NO_JAR_AUTO_REG = 1 -INSTALL_EXTENSION_ID = palmsync@mozilla.org +# make this id as short as possible due to a bug with the palm deskop and long path names. +# Change /mailnews/extensions/palmsync/Makefile.in and nsPalmSyncSupport.cpp if this changes. +INSTALL_EXTENSION_ID = p@m XPI_PKGNAME = palmsync-$(MOZ_APP_VERSION) # We should really pull THUNDERBIRD_VERSION from