From 3732a05fcb075b7dc32ebac21c5bdf0d1431c142 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Wed, 23 Feb 2000 20:33:32 +0000 Subject: Correctly substitute version information into the installed run-time configuration file. ie: make "gnome-config --modversion capplet" DTRT --- sysutils/gnomecontrolcenter2/files/patch-bn | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'sysutils/gnomecontrolcenter2') diff --git a/sysutils/gnomecontrolcenter2/files/patch-bn b/sysutils/gnomecontrolcenter2/files/patch-bn index ae5c2bce9813..e7543a038eaf 100644 --- a/sysutils/gnomecontrolcenter2/files/patch-bn +++ b/sysutils/gnomecontrolcenter2/files/patch-bn @@ -1,6 +1,6 @@ ---- control-center/Makefile.in.orig Mon Mar 1 00:10:13 1999 -+++ control-center/Makefile.in Tue Mar 2 22:17:32 1999 -@@ -130,7 +130,7 @@ +--- control-center/Makefile.in.orig Tue Oct 5 16:45:56 1999 ++++ control-center/Makefile.in Wed Feb 23 13:42:28 2000 +@@ -131,7 +131,7 @@ cxxflags_set = @cxxflags_set@ l = @l@ @@ -9,7 +9,7 @@ bin_PROGRAMS = gnomecc -@@ -150,16 +150,16 @@ +@@ -154,16 +154,16 @@ EXTRA_DIST = gnomecc.desktop cappletConf.sh.in $(appicon_DATA) @@ -29,3 +29,11 @@ libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS) include_HEADERS = capplet-widget.h +@@ -561,6 +561,7 @@ + -e 's?\@GNOMEUI_LIBS\@?$(GNOMEUI_LIBS)?g' \ + -e 's?\@GNOME_INCLUDEDIR\@?$(GNOME_INCLUDEDIR)?g' \ + -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \ ++ -e 's?\@VERSION\@?$(VERSION)?g' \ + < $(srcdir)/cappletConf.sh.in > cappletConf.tmp \ + && mv cappletConf.tmp cappletConf.sh + -- cgit v1.2.3