X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=graphics%2Fwscript;h=26fad9fa741d40d473e53e4660eca932ba86755c;hb=ae2be08e7890ab1f78c5108ede5c24d2391a3192;hp=d70ba1e693be3f40dab48e7cd32fe97aba20de27;hpb=9e14cd0b1ff1d30f027fbd1351bd2a94b7e119d9;p=dcpomatic.git diff --git a/graphics/wscript b/graphics/wscript index d70ba1e69..26fad9fa7 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -28,5 +28,5 @@ def build(bld): # Install stuff for POSIX systems if not bld.env.TARGET_WINDOWS: - bld.install_files('${PREFIX}/share/dcpomatic2', 'linux/16/dcpomatic2.png') + bld.install_as('${PREFIX}/share/dcpomatic2/dcpomatic2_server_small.png', 'linux/16/dcpomatic2.png') bld.install_files('${PREFIX}/share/dcpomatic2', 'splash.png')