[Pkg-octave-commit] r2952 - octave-forge-pkgs/octave-ann/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Apr 15 11:32:45 UTC 2009


Author: rafael
Date: 2009-04-15 11:32:45 +0000 (Wed, 15 Apr 2009)
New Revision: 2952

Modified:
   octave-forge-pkgs/octave-ann/trunk/debian/orig-tar.sh
Log:
Delete files in the right directory

Modified: octave-forge-pkgs/octave-ann/trunk/debian/orig-tar.sh
===================================================================
--- octave-forge-pkgs/octave-ann/trunk/debian/orig-tar.sh	2009-04-15 11:18:54 UTC (rev 2951)
+++ octave-forge-pkgs/octave-ann/trunk/debian/orig-tar.sh	2009-04-15 11:32:45 UTC (rev 2952)
@@ -7,9 +7,7 @@
 # clean up the upstream tarball
 tar xfz $3
 rm -f $3
-( cd $DIR/src ;
-  rm -f $(ls | grep -v ann) ;
-  cd ann ;
+( cd $DIR/src/ann ;
   rm -rf $(ls | grep -v bindings) )
 tar cfz $TAR $DIR
 rm -rf $DIR




More information about the Pkg-octave-commit mailing list