Setup same for FreeBSD and DragonFly

This commit is contained in:
Neil Booth 2015-04-23 07:50:44 +09:00
parent 6cff7a284a
commit fb4b6ff960
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if sys.version_info[:3] < (2, 7, 0):
data_files = []
if platform.system() == 'Linux' or platform.system() == 'FreeBSD':
if platform.system() in [ 'Linux', 'FreeBSD', 'DragonFly']:
usr_share = os.path.join(sys.prefix, "share")
data_files += [
(os.path.join(usr_share, 'applications/'), ['electrum.desktop']),