diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
commit | 7b93b13150331910a2ff0ea01472b12d41062efa (patch) | |
tree | 93600b690689a221c045fc95cdf2263b2c9c6ee9 /move_debs | |
parent | 80ef5b6b09a4ceea7cf19b3938858d3619d15150 (diff) |
Changes for backporting R 3.5.0
Diffstat (limited to 'move_debs')
-rwxr-xr-x | move_debs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,4 +15,4 @@ DIST=$1 if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi sudo chown jranke $DIST/*${DIST}cran*_amd64.{deb,build} -mv -v $DIST/*${DIST}cran*_amd64.{deb,build} /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran34 +mv -v $DIST/*${DIST}cran*_amd64.{deb,build} /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran35 |