modified: x/Xvfb/Xvfb-1.17.4.eb

This commit is contained in:
Lukáš Krupčík 2017-06-28 12:02:16 +02:00
parent 023562ba7f
commit 548809036a

View File

@ -18,11 +18,12 @@ sources = [{
skipsteps = ['build']
start_dir = 'bin'
#start_dir = 'bin'
#cmds_map = []
files_to_copy = [(['Xvfb', 'xvfb-run'], 'bin')]
files_to_copy = [
(['bin/Xvfb', 'bin/xvfb-run'], 'bin'),
(['share/man/man1/Xvfb.1.gz'], 'share/man/man1')
]
sanity_check_paths = {
'files': ['bin/Xvfb'],