diff options
-rw-r--r-- | mate-panel/Makefile.am | 2 |
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 |