diff options
author | Stefano Karapetsas <[email protected]> | 2012-06-20 12:55:14 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-06-20 12:55:14 +0200 |
commit | 765098c3b9d988f4ae690eebd38e559352fa5320 (patch) | |
tree | 9b2e77f7e0a5187047f1ae19325a3406675e1318 | |
parent | 9624cc67fbe896f5d2a25843e17d107028663f1d (diff) | |
download | mate-panel-765098c3b9d988f4ae690eebd38e559352fa5320.tar.bz2 mate-panel-765098c3b9d988f4ae690eebd38e559352fa5320.tar.xz |
fix "ngome" occurence
thanks to nmarques
-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 |