diff options
Diffstat (limited to 'desktop-themes/BlackMATE/Makefile.am')
-rw-r--r-- | desktop-themes/BlackMATE/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/Makefile.am b/desktop-themes/BlackMATE/Makefile.am index c3b15d82..5e2ed095 100644 --- a/desktop-themes/BlackMATE/Makefile.am +++ b/desktop-themes/BlackMATE/Makefile.am @@ -23,5 +23,5 @@ CLEANFILES = index.theme index.theme: index.theme.in $(AM_V_GEN)sed \ - -e s!\@BACKGROUND_DIR\@!$(datadir)/pixmaps/backgrounds/mate/abstract! \ + -e s!\@BACKGROUND_DIR\@!$(datadir)/backgrounds/mate/desktop! \ < $< > $@ |