Skip to content

Commit

Permalink
Overview: Update fixes from upstream repo
Browse files Browse the repository at this point in the history
* Install `prefs.ui` file when using the Waf build system

Closes geany#234
  • Loading branch information
codebrainz committed Jun 6, 2015
1 parent f86e458 commit 1730c31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overview/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ build_plugin(bld, name,
includes=includes,
libraries=libraries,
defines=defines)

# install UI file
prefix = '${G_PREFIX}/' if target_is_win32(bld) else ''
datadir = '${GEANYPLUGINS_DATADIR}/geany-plugins/%s' % (name.lower())
bld.install_files('%s%s' % (prefix, datadir), 'data/prefs.ui')

0 comments on commit 1730c31

Please sign in to comment.