diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-11 02:15:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-11 02:15:40 +0800 |
commit | 092c6725ccf1fda1a5e0da74bbb2049df4465cbc (patch) | |
tree | 0af18d97fe3eb0dd05e1aa6db87534fda5d70e14 /x11-fm/nautilus2/files/patch-libbackground_Makefile.in | |
parent | 1960c50647297b628d14635ad7377e1f91ec0d0d (diff) | |
download | marcuscom-ports-092c6725ccf1fda1a5e0da74bbb2049df4465cbc.tar marcuscom-ports-092c6725ccf1fda1a5e0da74bbb2049df4465cbc.tar.gz marcuscom-ports-092c6725ccf1fda1a5e0da74bbb2049df4465cbc.tar.bz2 marcuscom-ports-092c6725ccf1fda1a5e0da74bbb2049df4465cbc.tar.lz marcuscom-ports-092c6725ccf1fda1a5e0da74bbb2049df4465cbc.tar.xz marcuscom-ports-092c6725ccf1fda1a5e0da74bbb2049df4465cbc.tar.zst marcuscom-ports-092c6725ccf1fda1a5e0da74bbb2049df4465cbc.zip |
Fix a path issue, and remove a temporary patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@54 df743ca5-7f9a-e211-a948-0013205c9059
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@ |