diff options
author | raveit65 <[email protected]> | 2014-10-26 18:10:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-26 18:11:39 +0100 |
commit | a3754f78d768a9ea2a309b7ab875abf21b869a0b (patch) | |
tree | 270a7df758ca0cf0de9bf6a690873cf128bb39b4 /desktop-themes/BlueMenta | |
parent | 082be4a8d1335eefb014e06df19b8da8daea8bc1 (diff) | |
download | mate-themes-a3754f78d768a9ea2a309b7ab875abf21b869a0b.tar.bz2 mate-themes-a3754f78d768a9ea2a309b7ab875abf21b869a0b.tar.xz |
fix background path for index.theme files
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/Makefile.am b/desktop-themes/BlueMenta/Makefile.am index 48c97814..751908ec 100644 --- a/desktop-themes/BlueMenta/Makefile.am +++ b/desktop-themes/BlueMenta/Makefile.am @@ -29,5 +29,5 @@ CLEANFILES = index.theme index.theme: index.theme.in $(AM_V_GEN)sed \ - -e s!\@BACKGROUND_DIR\@!$(datadir)/backgrounds/mate/abstract! \ + -e s!\@BACKGROUND_DIR\@!$(datadir)/backgrounds/mate/desktop! \ < $< > $@ |