Skip to content

Commit

Permalink
Merge pull request #591 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera authored Oct 27, 2023
2 parents 4b6112c + 8094b10 commit 4142af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wp-cli-updatedeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ popd

# build package in the current diretory
WPCLI_PKG="${PWD}/php-wpcli_${WPCLI_VER}_all.deb"
fakeroot dpkg-deb --build "$DIR" "$WPCLI_PKG" || die 8 "Packaging failed"
fakeroot dpkg-deb -Zxz --build "$DIR" "$WPCLI_PKG" || die 8 "Packaging failed"

# check package - not critical
lintian --display-info --display-experimental --pedantic --show-overrides php-wpcli_*_all.deb || true
Expand Down

0 comments on commit 4142af1

Please sign in to comment.