commit | 1f69a93ab1e67a2db029858c05c99ab6ce5628ce | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Apr 25 10:04:49 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Apr 25 10:04:49 2014 +0200 |
tree | c75ce49564ee3537c12a8c8af43a32d9c6406083 | |
parent | 0767e67d17ed42519ee2f61d1b69c551687696c4 [diff] [blame] |
Move configs to 'configs/' and activate-config.pl should be called from root
diff --git a/scripts/activate-config.pl b/scripts/activate-config.pl index 561e067..caa8cdc 100755 --- a/scripts/activate-config.pl +++ b/scripts/activate-config.pl
@@ -5,7 +5,7 @@ use warnings; use strict; -my $config_h = "../include/polarssl/config.h"; +my $config_h = "include/polarssl/config.h"; exit( main() );