lutris/debian/rules
Wouter Wijsman af070229db Fixed lintian error when building deb
This fixes the package-section-games-but-has-usr-bin error which was
shown when running debuild.

With this change, there will no longer be any binaries in the /usr/bin
directory in the deb package.
2019-12-26 11:23:41 -08:00

6 lines
133 B
Makefile
Executable file

#!/usr/bin/make -f
export PYBUILD_INSTALL_ARGS_python3=--install-scripts=/usr/games/
%:
dh $@ --with python3 --buildsystem=pybuild