Skip to content

Commit

Permalink
Path correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbusb committed Feb 13, 2015
1 parent c90b141 commit 35b86e3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions multibootusb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ if platform.system() == "Windows":
hookspath=None,
runtime_hooks=None)

a.datas += extra_datas('tools', [os.path.join(os.getcwd(), "tools", "7zip", "linux", "7z"),
"tools/7zip/linux/7z.so",
"tools/7zip/windows/ptime.exe",
"tools/syslinux/bin/syslinux",
"tools/syslinux/bin/syslinux3",
"tools/syslinux/bin/syslinux4",
"tools/syslinux/bin/syslinux5",
"tools/syslinux/bin/syslinux6"])
a.datas += extra_datas('tools')

else:
a = Analysis(['./multibootusb'],
Expand Down

0 comments on commit 35b86e3

Please sign in to comment.