From 95feef6ae4f9f14f05b1becfdf305acbe74171b7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 21 May 2012 09:25:36 +0000 Subject: remember to install MIDNAM files for waf install git-svn-id: svn://localhost/ardour2/branches/3.0@12352 d708f5d6-7413-0410-9779-e7cbd77b26cf --- patchfiles/wscript | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 patchfiles/wscript (limited to 'patchfiles/wscript') diff --git a/patchfiles/wscript b/patchfiles/wscript new file mode 100644 index 0000000000..3b852974c3 --- /dev/null +++ b/patchfiles/wscript @@ -0,0 +1,16 @@ +#!/usr/bin/python + +import os + +top = '.' +out = 'build' + +def configure(conf): + pass + +def build(bld): + patchfiles = bld.path.ant_glob ('*.midnam') + bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'patchfiles'), patchfiles) + +def options(opt): + pass -- cgit v1.2.3