]> git.pld-linux.org Git - packages/yelp.git/blob - yelp-pixmapsdir.patch
move images to /pixmaps/yelp
[packages/yelp.git] / yelp-pixmapsdir.patch
1 --- yelp-0.8/src/Makefile.am.wiget      Wed May 22 09:23:17 2002
2 +++ yelp-0.8/src/Makefile.am    Wed May 22 09:23:52 2002
3 @@ -6,7 +6,7 @@
4         -DSYSCONFDIR=\""$(sysconfdir)"\"                                \
5         -DDATADIR=\""$(datadir)"\"                                      \
6         -DLIBDIR=\""$(libdir)"\"                                        \
7 -       -DIMAGEDIR=\""$(datadir)/images/yelp"\"                         \
8 +       -DIMAGEDIR=\""$(datadir)/pixmaps/yelp"\"                                \
9         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
10  
11  if HTML_WIDGET_GTKHTML1
12 --- yelp-0.8/data/images/Makefile.am.wiget      Wed May 22 09:24:28 2002
13 +++ yelp-0.8/data/images/Makefile.am    Wed May 22 09:24:59 2002
14 @@ -1,4 +1,4 @@
15 -imagesdir = $(datadir)/images/yelp
16 +imagesdir = $(datadir)/pixmaps/yelp
17  
18  images_DATA =                                                          \
19         bcg.png                                                         \
This page took 0.049781 seconds and 3 git commands to generate.