From f98036f07e88d9bf219ef068a78250c7ed6c7938 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Tue, 17 Apr 2018 22:32:38 +0200 Subject: [PATCH] phpide --- tools/make/mconfigure | 2 +- tools/make/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/make/mconfigure b/tools/make/mconfigure index 3bca62a..ecb35a3 100755 --- a/tools/make/mconfigure +++ b/tools/make/mconfigure @@ -20,7 +20,7 @@ function set_build { tag="0.0-TOP" fi changes=$(git status -s |grep "^ *M") || true - if test -z "$changes" + if test -n "$changes" then tag="${tag}M" fi diff --git a/tools/make/rules b/tools/make/rules index d61e224..6d8aff2 100755 --- a/tools/make/rules +++ b/tools/make/rules @@ -26,7 +26,7 @@ build-indep: install: # Erstellen aller Binärpakete (effektiv ist dies die Kombination der binary-arch- und binary-indep-Ziele) -binary: debian/tmp/DEBIAN/control binary-arch binary-indep +binary: binary-arch binary-indep # Erstellen Architektur-abhängiger (Architecture: any) Binärpakete im übergeordneten Verzeichnis binary-arch: @@ -37,7 +37,7 @@ binary-indep: copy ../$(paket)_$(version)-$(build)$(_arch).deb copy: debian/$(paket).cp debian/$(paket).cp debian/tmp -../$(paket)_$(version)-$(build)$(_arch).deb: +../$(paket)_$(version)-$(build)$(_arch).deb:debian/tmp/DEBIAN/control $(DEB) mv debian/tmp.deb ../$(paket)_$(version)-$(build)$(_arch).deb -- 2.20.1