diff options
Diffstat (limited to 'x11-fm/nautilus2/files/patch-libbackground_Makefile.in')
-rw-r--r-- | x11-fm/nautilus2/files/patch-libbackground_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/nautilus2/files/patch-libbackground_Makefile.in b/x11-fm/nautilus2/files/patch-libbackground_Makefile.in new file mode 100644 index 000000000..946b61916 --- /dev/null +++ b/x11-fm/nautilus2/files/patch-libbackground_Makefile.in @@ -0,0 +1,11 @@ +--- libbackground/Makefile.in.orig Thu Oct 10 12:36:27 2002 ++++ libbackground/Makefile.in Thu Oct 10 12:37:27 2002 +@@ -141,7 +141,7 @@ + + INCLUDES = \ + -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +- -DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \ ++ -DGNOME_ICONDIR=\""${datadir}/pixmaps"\" \ + -DG_LOG_DOMAIN=\"capplet-common\" \ + -I$(top_srcdir)/ \ + @CAPPLET_CFLAGS@ |