diff options
author | raveit65 <[email protected]> | 2014-10-26 18:10:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-26 18:12:39 +0100 |
commit | e95cbe64b51d86384fa09235aa19681b8246b039 (patch) | |
tree | 40873ab95a268104bd4a9730d7e1592ac4ad4d55 /desktop-themes/TraditionalOkTest/Makefile.am | |
parent | 527073747a99340945d3aa1cbc33ea5bcfc56bc4 (diff) | |
download | mate-themes-e95cbe64b51d86384fa09235aa19681b8246b039.tar.bz2 mate-themes-e95cbe64b51d86384fa09235aa19681b8246b039.tar.xz |
fix background path for index.theme files
Diffstat (limited to 'desktop-themes/TraditionalOkTest/Makefile.am')
-rw-r--r-- | desktop-themes/TraditionalOkTest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOkTest/Makefile.am b/desktop-themes/TraditionalOkTest/Makefile.am index ad1c093f..00fab7ec 100644 --- a/desktop-themes/TraditionalOkTest/Makefile.am +++ b/desktop-themes/TraditionalOkTest/Makefile.am @@ -20,5 +20,5 @@ CLEANFILES = index.theme index.theme: index.theme.in $(AM_V_GEN)sed \ - -e s!\@BACKGROUND_DIR\@!$(datadir)/pixmaps/backgrounds/mate/desktop! \ + -e s!\@BACKGROUND_DIR\@!$(datadir)/backgrounds/mate/desktop! \ < $< > $@ |