Package: steam
Source: steam
Version: 1.0.0.54-1
Tags: patch
Severity: important

Dear Maintainer,

In: https://sources.debian.net/src/steam/1.0.0.54-1/debian/script/steam/

Where it reads:
find $runtime -name libxcb.so\* \
           -o -name libgcc_s.so\* \
           -o -name libstdc++.so\* \
           -o -name libgpg-error.so\* \
           -delete

It should probably read this, instead:
find $runtime \( -name libxcb.so\* \
              -o -name libgcc_s.so\* \
              -o -name libstdc++.so\* \
              -o -name libgpg-error.so\* \
              \) -delete

Otherwise, find will only delete the libgpg-error files.

Thank you for your attention and sorry for any breach of etiquette on my part; I'm not too familiar with Debian's BTS.

João Matos

Reply via email to