[rtems-tools commit] rtems-tester: Remove repeated install line in wscript.

Chris Johns chrisj at rtems.org
Fri Mar 27 03:24:30 UTC 2015


Module:    rtems-tools
Branch:    master
Commit:    f5b639bf7267b04efebe45dbd7047b573e7abe5c
Changeset: http://git.rtems.org/rtems-tools/commit/?id=f5b639bf7267b04efebe45dbd7047b573e7abe5c

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Mar 27 14:21:56 2015 +1100

rtems-tester: Remove repeated install line in wscript.

Fixes #2312.

---

 tester/wscript | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tester/wscript b/tester/wscript
index 17aacdd..8971529 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -67,7 +67,6 @@ def build(bld):
                   'rt/pygdb/spark.py'],
         install_path = '${PREFIX}/share/rtems/rt/pygdb')
     bld.install_files('${PREFIX}/bin', ['rtems-test'], chmod = 0o755)
-    bld.install_files('${PREFIX}/bin', ['rtems-test'], chmod = 0o755)
 
     #
     # Install the tester configuration files.



More information about the vc mailing list