move electrum.pnd to icons
authorThomasV <thomasv@gitorious>
Thu, 18 Oct 2012 20:00:21 +0000 (22:00 +0200)
committerThomasV <thomasv@gitorious>
Thu, 18 Oct 2012 20:00:21 +0000 (22:00 +0200)
icons/electrum.png [moved from electrum.png with 100% similarity]
setup.py

index 67d79188a31709ac801fa99d9b65498bd2a612aa..2f84a9cd43786b7b3bdb90385547f99067cfdf42 100644 (file)
@@ -15,7 +15,7 @@ if (len(sys.argv) > 1 and (sys.argv[1] == "sdist")) or (platform.system() != 'Wi
     print "Including all files"
     data_files += [
         ('/usr/share/applications/',['electrum.desktop']),
-        ('/usr/share/app-install/icons/',['electrum.png'])
+        ('/usr/share/app-install/icons/',['icons/electrum.png'])
     ]
     if not os.path.exists('locale'):
         os.mkdir('locale')
diff --cc setup.py
Simple merge