Files
deb-subunit/shell/SConscript
2006-05-03 09:03:38 +10:00

6 lines
171 B
Python

Import('*')
# describe what we need for Shell
shell_lib_installdir = DESTDIR + '/share/subunit'
env.Alias('install', [Install(shell_lib_installdir, 'share/subunit.sh')])