From: Michael Wagner Date: Tue, 17 Apr 2018 20:32:38 +0000 (+0200) Subject: phpide X-Git-Tag: sysd2sysv_0.1-1~2^2~5 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f98036f07e88d9bf219ef068a78250c7ed6c7938;p=projects.git phpide --- 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