]> git.pld-linux.org Git - packages/yelp.git/blob - yelp-pixmapsdir.patch
- fixed requires
[packages/yelp.git] / yelp-pixmapsdir.patch
1 diff -ruN yelp-1.0.3/data/images/Makefile.am yelp-1.0.3-/data/images/Makefile.am
2 --- yelp-1.0.3/data/images/Makefile.am  Tue May 21 03:22:21 2002
3 +++ yelp-1.0.3-/data/images/Makefile.am Sat Aug 17 14:20:59 2002
4 @@ -1,4 +1,4 @@
5 -imagesdir = $(datadir)/images/yelp
6 +imagesdir = $(datadir)/pixmaps/yelp
7  
8  images_DATA =                                                          \
9         bcg.png                                                         \
10 diff -ruN yelp-1.0.3/src/Makefile.am yelp-1.0.3-/src/Makefile.am
11 --- yelp-1.0.3/src/Makefile.am  Thu Jul 11 12:15:00 2002
12 +++ yelp-1.0.3-/src/Makefile.am Sat Aug 17 14:24:25 2002
13 @@ -6,7 +6,7 @@
14         -DSYSCONFDIR=\""$(sysconfdir)"\"                                \
15         -DDATADIR=\""$(datadir)"\"                                      \
16         -DLIBDIR=\""$(libdir)"\"                                        \
17 -       -DIMAGEDIR=\""$(datadir)/images/yelp"\"                         \
18 +       -DIMAGEDIR=\""$(datadir)/pixmaps/yelp"\"                        \
19         -DGNOMELOCALEDIR=\""$(yelplocaledir)"\"                         \
20         -DLIBGNOME_MAN2HTML=\"$(LIBGNOME_MAN2HTML)\"                    \
21         -DLIBGNOME_INFO2HTML=\"$(LIBGNOME_INFO2HTML)\"                  \
This page took 0.451496 seconds and 3 git commands to generate.