Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-20 21:12:33 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-20 21:12:33 (GMT)
commit0ae5f61a079a883cc359a38de4e5645c15ae955e (patch)
tree2d6d6a81357f07b95cff96c4fb38221116f93a6a
parentf3cf928f318a4bd1fe30267949fd234f3ff5bde9 (diff)
Ooops changed the installation path by mistake
-rw-r--r--shell/view/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/Makefile.am b/shell/view/Makefile.am
index 5b36c72..c463084 100644
--- a/shell/view/Makefile.am
+++ b/shell/view/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = devices frame home
-sugardir = $(pkgdatadir)/shell/view/devices
+sugardir = $(pkgdatadir)/shell/view
sugar_PYTHON = \
__init__.py \
ActivityHost.py \