From: ley Date: Mon, 27 Sep 2004 13:56:32 +0000 (+0000) Subject: Add "g" option to sed to replace all lables in a line X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a6715a40a2fbe1e336e629d91a5ccac468e6df;p=sope 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 --- 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