diff options
author | Johnathan Corgan | 2009-09-25 07:05:13 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-09-25 07:05:13 -0700 |
commit | 2af86109a0645d5f014205f519f50da22cc7cda9 (patch) | |
tree | cb443fb6365c1cf3f48c4dfdd75984e23bbca805 /gcell/apps | |
parent | 047540337c60a4856d573d6919efd6a0ed3f491f (diff) | |
download | gnuradio-2af86109a0645d5f014205f519f50da22cc7cda9.tar.gz gnuradio-2af86109a0645d5f014205f519f50da22cc7cda9.tar.bz2 gnuradio-2af86109a0645d5f014205f519f50da22cc7cda9.zip |
Misc. packaging tweaks
Note gcell/apps/gen_script.py needs to use git
Install gnuradio-config-info in libgnuradio-core0
Add pfb examples to gnuradio-examples
Add missing python files in gnuradio-examples
Diffstat (limited to 'gcell/apps')
-rwxr-xr-x | gcell/apps/gen_script.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcell/apps/gen_script.py b/gcell/apps/gen_script.py index e4bbc7480..2ad0fb78e 100755 --- a/gcell/apps/gen_script.py +++ b/gcell/apps/gen_script.py @@ -57,6 +57,7 @@ def main(): parser.print_help() sys.exit(1) + #FIXME to use git now svn_rev = get_svn_rev() os.environ['TZ'] = 'PST8PDT' # always pacific |