From 48035d5b1ce64082da0bac9c998b2e61813ccf11 Mon Sep 17 00:00:00 2001 From: Ales Hvezda Date: Tue, 13 Jan 2004 03:10:42 +0000 Subject: [PATCH] Makefile updates (still for 20040111) --- utils/ChangeLog | 5 +++++ utils/scripts/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/utils/ChangeLog b/utils/ChangeLog index 822352c49..7b4e034c5 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,8 @@ +2004-01-12 Ales Hvezda + + * scripts/Makefile.am: Changed the sed command when building garchive + to work with more sed versions hopefully. + 2004-01-11 Ales Hvezda * configure.ac: Updated version to 20040111 diff --git a/utils/scripts/Makefile.am b/utils/scripts/Makefile.am index 8a64819f1..80c1792dc 100644 --- a/utils/scripts/Makefile.am +++ b/utils/scripts/Makefile.am @@ -21,5 +21,5 @@ gschemdoc: config.sh gschemdoc.sh ## SDB's stuff to enable garchive. This hardcodes the path to the ## system libraries into garchive prior to installation. garchive: garchive.py - sed -e s\cGEDADATADIR\c$(GEDADATADIR)\c garchive.py > garchive + sed -e "s#GEDADATADIR#$(GEDADATADIR)#" garchive.py > garchive chmod a+x garchive -- 2.11.4.GIT