summaryrefslogtreecommitdiff
path: root/tools
diff options
authorAlex Launi <alex.launi@canonical.com>2011-09-14 12:39:50 -0400
committerAlex Launi <alex.launi@canonical.com>2011-09-14 12:39:50 -0400
commit3e0652fa0d94dc6f2fdb3697a481501b3273f67d (patch)
treefd6ad6e7b9e3fa633257bc87044eebb013ade5dc /tools
parent9a517680b87ca3e25bf642355d7b5ffe6f2a5f24 (diff)
fix a syntax error in the unity launch script
(bzr r1549)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unity.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unity.cmake b/tools/unity.cmake
index 3548c3a20..6fd8444d5 100755
--- a/tools/unity.cmake
+++ b/tools/unity.cmake
@@ -36,7 +36,7 @@ well_known_local_path = ("%s/share/locale/*/LC_MESSAGES/*unity*" % supported_pre
"%s/lib/*unity*" % supported_prefix,
"%s/share/dbus-1/services/*Unity*" % supported_prefix,
"%s/bin/*unity*" % supported_prefix,
- "%s/include/Unity*" % supported_prefix;
+ "%s/include/Unity*" % supported_prefix,
"%s/lib/pkgconfig/unity*" % supported_prefix,
"%s/.compiz-1/*/*gtkloader*" % home_dir,
"%s/.config/compiz-1/gsettings/schemas/*gtkloader*" % home_dir,