From e2a6715a40a2fbe1e336e629d91a5ccac468e6df Mon Sep 17 00:00:00 2001 From: ley Date: Mon, 27 Sep 2004 13:56:32 +0000 Subject: [PATCH] Add "g" option to sed to replace all lables in a line git-svn-id: http://svn.opengroupware.org/SOPE/trunk@177 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 72856e83..1c080efe 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ clean-controlfiles: fi debian/control: debian/control.in debian/rules - sed -e s/_SOPEVER_/$(SOPEVER)/ -e s/_GNUSTEPDBVER_/$(GNUSTEPDBVER)/ < debian/control.in > debian/control + sed -e s/_SOPEVER_/$(SOPEVER)/g -e s/_GNUSTEPDBVER_/$(GNUSTEPDBVER)/g < debian/control.in > debian/control build: build-stamp debian/control controlfiles build-stamp: patch-stamp -- 2.39.5