From 0b1b310da3f82a71a1a41eea663aedc39df9083e Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Mon, 15 Mar 2021 09:22:07 +0100 Subject: [PATCH] posaune --- tools/make/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make/rules b/tools/make/rules index 35be7bc..30648d8 100755 --- a/tools/make/rules +++ b/tools/make/rules @@ -68,7 +68,7 @@ debian/tmp/DEBIAN/control: debian/control debian/changelog dpkg-gencontrol debian/control: debian/$(paket).control - sed "s/_DEB_HOST_ARCH/${DEB_HOST_ARCH}/" debian/$(paket).control >> debian/control + sed "s/_DEB_HOST_ARCH/${DEB_HOST_ARCH}/" debian/$(paket).control > debian/control debian/changelog: debian/$(paket).changelog debian/rules.pre sed "s/%BUILD%/$(build)/" debian/$(paket).changelog > debian/changelog -- 2.20.1