From 2af86109a0645d5f014205f519f50da22cc7cda9 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Fri, 25 Sep 2009 07:05:13 -0700 Subject: 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 --- gcell/apps/gen_script.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gcell/apps') 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 -- cgit