summaryrefslogtreecommitdiff
path: root/graphics/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-23 20:08:25 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-23 20:08:25 +0000
commit861267156da5960260c9a080dce94c0892fd012a (patch)
tree000d2df2ba4290a3041f55c979df69e60a6821d0 /graphics/wscript
parentec0ee35005f963a5d29ca2dc4f49339be04debcd (diff)
Try to fix missing icon for Linux builds.
Diffstat (limited to 'graphics/wscript')
-rw-r--r--graphics/wscript2
1 files changed, 1 insertions, 1 deletions
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')