From d0a322f19c16ce7bd7685db3913ba958e40c1c9b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 26 Oct 2014 18:10:52 +0100 Subject: fix background path for index.theme files --- desktop-themes/TraditionalOkTest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-themes/TraditionalOkTest') 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! \ < $< > $@ -- cgit v1.2.1