diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2021-01-02 20:04:14 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2021-01-02 20:04:14 +0100 |
commit | 8c695ce52f2b95495516478c70cddeb70a838a24 (patch) | |
tree | 0ad620bfe52200610b95687dc9a53e92818ce68b /build-aux | |
parent | 03bbdfff6150136885aad810fd2e989197ff1e8a (diff) | |
download | blogc-8c695ce52f2b95495516478c70cddeb70a838a24.tar.gz blogc-8c695ce52f2b95495516478c70cddeb70a838a24.tar.bz2 blogc-8c695ce52f2b95495516478c70cddeb70a838a24.zip |
build: debian: typo
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/build-debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/build-debian.sh b/build-aux/build-debian.sh index a783241..fc0c30b 100755 --- a/build-aux/build-debian.sh +++ b/build-aux/build-debian.sh @@ -78,7 +78,7 @@ cp -r "${SRCDIR}/debian" "${BUILDDIR}/${P}/" pushd "${BUILDDIR}/${P}" > /dev/null ## skip build silently when new version is older than last changelog version (version bump) -if !dch \ +if ! dch \ --distribution "${DIST}" \ --newversion "${PV}-${REV}" \ "Automated build for ${DIST}" |