summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/before_prepare/01_pp_hacks.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/hooks/before_prepare/01_pp_hacks.sh b/hooks/before_prepare/01_pp_hacks.sh
index 49b5f4a4..0dea4bc7 100755
--- a/hooks/before_prepare/01_pp_hacks.sh
+++ b/hooks/before_prepare/01_pp_hacks.sh
@@ -8,13 +8,13 @@ echo Pliable Pixels build pre-preprocessing
echo ----------------------------------------------------
echo Curr Dir: `pwd`
-if [ -d "plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/" ]; then
- echo "Copying Modified GCMIntentService for custom sound"
- exe cp www/external/GCMIntentService.java plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/
- exe cp www/external/GCMIntentService.java platforms/android/src/com/adobe/phonegap/push
-else
- echo "Directory plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/ does not exist, skipping..."
-fi
+#if [ -d "plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/" ]; then
+# echo "Copying Modified GCMIntentService for custom sound"
+# exe cp www/external/GCMIntentService.java plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/
+# exe cp www/external/GCMIntentService.java platforms/android/src/com/adobe/phonegap/push
+#else
+# echo "Directory plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/ does not exist, skipping..."
+#fi
echo "Copying custom sound"
echo "---------------------"