diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-17 10:47:54 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-17 10:48:38 +0200 |
commit | 5f82af99c83a7ef54389f9b36339383722973429 (patch) | |
tree | 0f79afa7e6fe2a8629aa6ed56fd2a1a4e18c52f4 /move_debs | |
parent | b4653163dfd5876b6a5adfb5f8878fd3525d547b (diff) |
Small improvements for R 3.4.1 on jessie
Diffstat (limited to 'move_debs')
-rwxr-xr-x | move_debs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,5 +14,5 @@ DIST=$1 # Validate distribution argument if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi -chown jranke $DIST/*${DIST}cran*_amd64.deb +sudo chown jranke $DIST/*${DIST}cran*_amd64.deb mv -v $DIST/*${DIST}cran*_amd64.deb /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran34 |