[med-svn] r11635 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Sat Jul 7 20:23:56 UTC 2012
Author: luisibanez-guest
Date: 2012-07-07 20:23:55 +0000 (Sat, 07 Jul 2012)
New Revision: 11635
Modified:
trunk/packages/vista/trunk/debian/changelog
trunk/packages/vista/trunk/debian/get-orig-source
Log:
When creating globals.lst file, first cd into VistA-FOIA directory, to avoid
leading path in the names.
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-07 20:05:30 UTC (rev 11634)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-07 20:23:55 UTC (rev 11635)
@@ -22,6 +22,8 @@
Downloading sources from Kitware server, since wget from github is not
Fixed typo in directory name of VistA-FOIA sources.
working reliably.
+ When creating globals.lst file, first cd into VistA-FOIA directory, to
+ avoid leading path in the names.
* debian/auto_install:
Added process for importing routines and globals into VistA instance.
Making explicit the location of VistA-FOIA directories.
Modified: trunk/packages/vista/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/vista/trunk/debian/get-orig-source 2012-07-07 20:05:30 UTC (rev 11634)
+++ trunk/packages/vista/trunk/debian/get-orig-source 2012-07-07 20:23:55 UTC (rev 11635)
@@ -27,8 +27,9 @@
echo "I: Preparing routines and globals for importing..."
echo "I: VistA-FOIA sources are in the directory: "
echo $CMAKE_VISTA_FOIA_DIR
-find $CMAKE_VISTA_FOIA_DIR -name "*.m" | sort | python $CMAKE_VISTA_FOIA_DIR/Scripts/PackRO.py > $CMAKE_VISTA_FOIA_DIR/routines.ro
-find $CMAKE_VISTA_FOIA_DIR -name "*.zwr" | sort > $CMAKE_VISTA_FOIA_DIR/globals.lst
+cd $CMAKE_VISTA_FOIA_DIR
+find . -name "*.m" | sort | python $CMAKE_VISTA_FOIA_DIR/Scripts/PackRO.py > $CMAKE_VISTA_FOIA_DIR/routines.ro
+find . -name "*.zwr" | sort > $CMAKE_VISTA_FOIA_DIR/globals.lst
#
More information about the debian-med-commit
mailing list