ocarina: Include bash completion script as part of build

I can't believe I forgot this...

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-11-22 10:31:46 -05:00 committed by Anna Schumaker
parent 8f10d75fac
commit 0b9beac1c3
2 changed files with 4 additions and 3 deletions

View File

@ -2,10 +2,10 @@
import os, shutil
MAJOR = 5
MINOR = 11
BUG = 1
MINOR = 12
BUG = 0
EXTRA = ""
DEBUG = False
DEBUG = True
# Find version
version = "%s.%s" % (MAJOR, MINOR)

View File

@ -21,6 +21,7 @@ extra_files = [
("images/thumbs_up.png", "../lib/ocarina/thumbs_up.png", copy),
("images/thumbs_down.png", "../lib/ocarina/thumbs_down.png", copy),
("scripts/ocarina", "../bin/ocarina", script),
("scripts/ocarina-completion.bash", "../lib/ocarina/ocarina-completion.bash", copy),
("../bin/ocarina", "../ocarina.bin", symlink),
]