Skip to content

Commit

Permalink
#3592 all distros should support zstd nowadays?
Browse files Browse the repository at this point in the history
reverts 0140f37
  • Loading branch information
totaam committed Jul 26, 2023
1 parent af071a7 commit 988880e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/debian/xserver-xorg-video-dummy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --yes'
rm -f xserver-xorg-video-dummy-build-deps*

if [ `arch` == "aarch64" ]; then
debuild -us -uc -b --no-lintian -Zxz
debuild -us -uc -b --no-lintian
else
debuild -us -uc -b -Zxz
debuild -us -uc -b
fi
ls -la ../xserver-xorg-video-dummy*deb
mv ../xserver-xorg-video-dummy*deb ../xserver-xorg-video-dummy*changes "$REPO_ARCH_PATH"
Expand Down

0 comments on commit 988880e

Please sign in to comment.