Skip to content

Commit 4142af1

Browse files
authored
Merge pull request #591 from szepeviktor/patch-1
2 parents 4b6112c + 8094b10 commit 4142af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/wp-cli-updatedeb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ popd
108108

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

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

0 commit comments

Comments
 (0)