mirror of
https://github.com/lutris/lutris.git
synced 2026-02-20 08:15:31 -05:00
6 lines
118 B
Makefile
Executable File
6 lines
118 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export PYBUILD_INSTALL_ARGS_python3=--install-scripts=/usr/games/
|
|
|
|
%:
|
|
dh $@ --buildsystem=pybuild
|