summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-06-20 12:55:14 +0200
committerStefano Karapetsas <[email protected]>2012-06-20 12:55:14 +0200
commit765098c3b9d988f4ae690eebd38e559352fa5320 (patch)
tree9b2e77f7e0a5187047f1ae19325a3406675e1318 /mate-panel
parent9624cc67fbe896f5d2a25843e17d107028663f1d (diff)
downloadmate-panel-765098c3b9d988f4ae690eebd38e559352fa5320.tar.bz2
mate-panel-765098c3b9d988f4ae690eebd38e559352fa5320.tar.xz
fix "ngome" occurence
thanks to nmarques
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
index d8577613..f6384132 100644
--- a/mate-panel/Makefile.am
+++ b/mate-panel/Makefile.am
@@ -263,7 +263,7 @@ install-data-local:
fi
uninstall-local:
for p in $(schema_DATA) ; do \
- MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) $(MATECONFTOOL) --makefile-uninstall-rule $(top_builddir)/applets/ngome-panel/$$p ; \
+ MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) $(MATECONFTOOL) --makefile-uninstall-rule $(top_builddir)/applets/mate-panel/$$p ; \
done
endif