Try to fix missing icon for Linux builds.
authorCarl Hetherington <cth@carlh.net>
Mon, 23 Jan 2017 20:08:25 +0000 (20:08 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 Jan 2017 20:08:25 +0000 (20:08 +0000)
graphics/wscript

index d70ba1e693be3f40dab48e7cd32fe97aba20de27..26fad9fa741d40d473e53e4660eca932ba86755c 100644 (file)
@@ -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')