File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ if [ "$NGINX_B" = true ] ; then
424424
425425 # Build the package
426426 echo Building Nginx DEB
427- dpkg-deb --compression=xz --build $BUILD_DIR_HESTIANGINX $DEB_DIR
427+ dpkg-deb -Zxz --build $BUILD_DIR_HESTIANGINX $DEB_DIR
428428 fi
429429
430430 if [ " $BUILD_RPM " = true ]; then
@@ -575,7 +575,7 @@ if [ "$PHP_B" = true ] ; then
575575 # Build the package
576576 echo Building PHP DEB
577577 [ " $HESTIA_DEBUG " ] && echo DEBUG: dpkg-deb --build $BUILD_DIR_HESTIAPHP $DEB_DIR
578- dpkg-deb --compression=xz --build $BUILD_DIR_HESTIAPHP $DEB_DIR
578+ dpkg-deb -Zxz --build $BUILD_DIR_HESTIAPHP $DEB_DIR
579579 fi
580580
581581 if [ " $BUILD_RPM " = true ]; then
@@ -681,7 +681,7 @@ if [ "$HESTIA_B" = true ]; then
681681 chmod +x $BUILD_DIR_HESTIA /DEBIAN/preinst
682682
683683 echo Building Hestia DEB
684- dpkg-deb --compression=xz --build $BUILD_DIR_HESTIA $DEB_DIR
684+ dpkg-deb -Zxz --build $BUILD_DIR_HESTIA $DEB_DIR
685685 fi
686686
687687 if [ " $BUILD_RPM " = true ]; then
You can’t perform that action at this time.
0 commit comments