diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 06:34:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 06:34:59 +0000 |
commit | 0d98985b1ed2857eabf8c9c2054ba1e028fa8dc5 (patch) | |
tree | 85239597cc3b49474bf2c341ade30cd5e35ea94b /misc/metatheme/files/patch-Makefile.in | |
parent | USE_AUTOCONF implied (diff) |
Update to 0.6.0.
Notes
Notes:
svn path=/head/; revision=44997
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 |