[gnoduino] Bug 686350 - python setup.py build install pixmaps # ==> error running pixmaps: no such file or dir
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino] Bug 686350 - python setup.py build install pixmaps # ==> error running pixmaps: no such file or dir
- Date: Thu, 18 Oct 2012 08:02:51 +0000 (UTC)
commit 7a25bb7cb7c118dff082f67bda6c69f853076a8a
Author: Lucian Langa <lucilanga gnome org>
Date: Thu Oct 18 09:59:52 2012 +0200
Bug 686350 - python setup.py build install pixmaps # ==> error running pixmaps: no such file or dir
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/setup.py b/setup.py
index fabde10..7f17c2b 100644
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@ def get_data_files():
('share/gnoduino/ui', ['ui/main.ui', 'ui/arduino.xml']),
('share/gnoduino/', ['ChangeLog', 'NEWS', 'preferences.txt']),
('share/gnoduino/pixmaps', glob.glob('pixmaps/*.png')),
- ('share/gnoduino/scripts', ['scripts/gen_boards.py', 'scripts/gen_programmers.py']),
+ ('share/gnoduino/scripts', ['scripts/gen_boards.py', 'scripts/gen_programmers.py', 'scripts/gen-pixmaps.sh']),
('share/man/man1', ['data/gnoduino.1']),
('share/applications', ['data/gnoduino.desktop']),
('share/pixmaps', ['pixmaps/gnoduino.png']),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]