diff options
Diffstat (limited to '')
-rw-r--r-- | misc/metatheme/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/metatheme/files/patch-Makefile.in b/misc/metatheme/files/patch-Makefile.in new file mode 100644 index 000000000000..97ab5ea2740f --- /dev/null +++ b/misc/metatheme/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in 2001/07/10 06:14:43 1.1 ++++ Makefile.in 2001/07/10 06:14:59 +@@ -141,7 +141,7 @@ + appicondir = $(datadir)/pixmaps + appicon_DATA = gnome-application-x-metatheme.png + +-mtmdir = $(prefix)/share/metathemes ++mtmdir = $(prefix)/share/gnome/metathemes + mtm_DATA = default.mtm + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |