[med-svn] r17315 - trunk/packages/R/r-cran-bbmisc/trunk/debian/tests

Andreas Tille tille at moszumanska.debian.org
Sat Jun 28 06:04:58 UTC 2014


Author: tille
Date: 2014-06-28 06:04:58 +0000 (Sat, 28 Jun 2014)
New Revision: 17315

Modified:
   trunk/packages/R/r-cran-bbmisc/trunk/debian/tests/run-unit-test
Log:
Fix typo


Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/tests/run-unit-test	2014-06-27 19:57:35 UTC (rev 17314)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/tests/run-unit-test	2014-06-28 06:04:58 UTC (rev 17315)
@@ -1,11 +1,11 @@
 #!/bin/sh -e
 
-pkg=r-bioc-bbmisc
+pkg=r-cran-bbmisc
 if [ "$ADTTMP" = "" ] ; then
   ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
 fi
 cd $ADTTMP
-cp -a /usr/share/doc/r-cran-bbmisc/tests/* $ADTTMP
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
 gunzip -r *
 LC_ALL=C R --no-save < run-all.R
 rm -fr $ADTTMP/*




More information about the debian-med-commit mailing list