From f5b639bf7267b04efebe45dbd7047b573e7abe5c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 27 Mar 2015 14:21:56 +1100 Subject: 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. -- cgit v1.2.3