diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-03 14:02:36 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-03 14:02:36 +0200 |
commit | 70d882c5cfe1e2c887f94e5a3a68cd9e01832067 (patch) | |
tree | f088abe72ccd5044252072d0d29e920a8862615b /move_debs | |
parent | 7b93b13150331910a2ff0ea01472b12d41062efa (diff) |
Changes while backporting R 3.5.1
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-cran35 +mv -v $DIST/*${DIST}cran*_amd64.{deb,build} /home/jranke/git/uni/website/www/ranke/r-cran/$DIST-cran35 |