diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2024-01-16 15:37:07 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2024-01-16 15:37:07 +0000 |
commit | a1e00b4e28d56365b4b5cc4aa44185c4b53f5c33 (patch) | |
tree | d733e3560e2734d7bfdd4c92df6ad3736e3a1e0b /pkg/rpm | |
parent | 5a8337933df1cf3aba967d86549e236dd9173386 (diff) | |
download | unit-a1e00b4e28d56365b4b5cc4aa44185c4b53f5c33.tar.gz unit-a1e00b4e28d56365b4b5cc4aa44185c4b53f5c33.tar.bz2 |
White space formatting fixes
Closes: <https://github.com/nginx/unit/pull/1062>
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile index 355f8a59..7906fc24 100644 --- a/pkg/rpm/Makefile +++ b/pkg/rpm/Makefile @@ -254,7 +254,7 @@ rpmbuild/SPECS/unit-%.spec: unit.module.spec.in ../../docs/changes.xml | rpmbuil cat ../../build/unit-$(MODULE_SUFFIX_$*).rpm-changelog | sed -e \ "s/> - $(DEFAULT_VERSION)-$(DEFAULT_RELEASE)/> - $(MODULE_VERSION_$*)-$(MODULE_RELEASE_$*)/" \ >> $@.tmp - mv $@.tmp $@ + mv $@.tmp $@ unit-%: check-build-depends-% rpmbuild/SPECS/unit-%.spec rpmbuild/SOURCES/unit-$(VERSION).tar.gz @echo "===> Building $(subst _,-,$@) package" ; \ |