From 988fcaf6e18204a17484e47afa0bc0e28659147a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 3 Oct 2009 22:19:16 +0200 Subject: [PATCH] debug: - add gdb and strace to install script --- packages/debug/install | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 packages/debug/install diff --git a/packages/debug/install b/packages/debug/install old mode 100644 new mode 100755 index 8f2a590db9..11b1d0f676 --- a/packages/debug/install +++ b/packages/debug/install @@ -2,5 +2,8 @@ . config/options +$SCRIPTS/install strace +$SCRIPTS/install gdb + $SCRIPTS/install test $SCRIPTS/install test-rpmatch \ No newline at end of file