updating basebrowser and PPEmbed project file to reflect mozipcd being
renamed mozilla-ipcd. see bug 226481. r/sr=dbaron git-svn-id: svn://10.0.0.236/trunk@151984 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -454,7 +454,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "#!/bin/sh\n\nDIST_BIN=../../../dist/bin\nEXECUTABLES_DIR=\"${SYMROOT}/${PRODUCT_NAME}.${WRAPPER_EXTENSION}/Contents/MacOS\"\n\nif [ -n \"$PROFILESHARING\" ]; then\n rsync -a -L $DIST_BIN/ipc \"$EXECUTABLES_DIR\" || exit 1\n rsync -a -L $DIST_BIN/mozipcd \"$EXECUTABLES_DIR\" || exit 1\n rsync -a -L $DIST_BIN/components/libipcdc.dylib \"$EXECUTABLES_DIR\"/components/ || exit 1\n rsync -a -L $DIST_BIN/components/libtransmngr_client.dylib \"$EXECUTABLES_DIR\"/components/ || exit 1\nfi\n";
|
||||
shellScript = "#!/bin/sh\n\nDIST_BIN=../../../dist/bin\nEXECUTABLES_DIR=\"${SYMROOT}/${PRODUCT_NAME}.${WRAPPER_EXTENSION}/Contents/MacOS\"\n\nif [ -n \"$PROFILESHARING\" ]; then\n rsync -a -L $DIST_BIN/ipc \"$EXECUTABLES_DIR\" || exit 1\n rsync -a -L $DIST_BIN/mozilla-ipcd \"$EXECUTABLES_DIR\" || exit 1\n rsync -a -L $DIST_BIN/components/libipcdc.dylib \"$EXECUTABLES_DIR\"/components/ || exit 1\n rsync -a -L $DIST_BIN/components/libtransmngr_client.dylib \"$EXECUTABLES_DIR\"/components/ || exit 1\nfi\n";
|
||||
};
|
||||
7964A6AC03E9CA6700202892 = {
|
||||
buildActionMask = 2147483647;
|
||||
|
||||
@@ -128,7 +128,7 @@ components\profile.dll
|
||||
components\profile.xpt
|
||||
|
||||
; profile sharing - optional
|
||||
mozipcd.exe
|
||||
mozilla-ipcd.exe
|
||||
ipc\modules\lockmodule.dll
|
||||
ipc\modules\transmgr.dll
|
||||
components\ipcdc.dll
|
||||
|
||||
@@ -144,7 +144,7 @@ components/mozreg.xpt
|
||||
; profile sharing - optional
|
||||
ipc/modules/liblockmodule.dylib
|
||||
ipc/modules/libtransmgr.dylib
|
||||
mozipcd
|
||||
mozilla-ipcd
|
||||
components/libipcdc.dylib
|
||||
|
||||
; wallet
|
||||
|
||||
@@ -134,7 +134,7 @@ components\profile.dll
|
||||
components\profile.xpt
|
||||
|
||||
; profile sharing - optional
|
||||
mozipcd.exe
|
||||
mozilla-ipcd.exe
|
||||
ipc\modules\lockmodule.dll
|
||||
ipc\modules\transmgr.dll
|
||||
components\ipcdc.dll
|
||||
|
||||
Reference in New Issue
Block a user