From 21278e7a0e1fa6f65d9a5fdef7186b16da6a1263 Mon Sep 17 00:00:00 2001 From: sambas Date: Mon, 27 Sep 2010 15:47:10 +0000 Subject: [PATCH] Ground/share: peabody was half sleep when making this, so here is the fix ;) git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1783 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/share/share.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/share/share.pro b/ground/share/share.pro index b189debad..e1f1b2671 100644 --- a/ground/share/share.pro +++ b/ground/share/share.pro @@ -9,7 +9,7 @@ equals(copydata, 1) { for(dir, DATACOLLECTIONS) { exists($$GCS_SOURCE_TREE/share/openpilotgcs/$$dir) { macx:data_copy.commands += $(COPY_DIR) $$targetPath(\"$$GCS_SOURCE_TREE/share/openpilotgcs/$$dir\") $$targetPath(\"$$GCS_DATA_PATH/\") $$addNewline() - !macxdata_copy.commands += $(COPY_DIR) $$targetPath(\"$$GCS_SOURCE_TREE/share/openpilotgcs/$$dir\") $$targetPath(\"$$GCS_DATA_PATH/$$dir\") $$addNewline() + !macx:data_copy.commands += $(COPY_DIR) $$targetPath(\"$$GCS_SOURCE_TREE/share/openpilotgcs/$$dir\") $$targetPath(\"$$GCS_DATA_PATH/$$dir\") $$addNewline() } } data_copy.target = FORCE