aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2018-07-10 16:08:52 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2018-07-10 16:08:52 +0200
commita736ecc357889107b6e93f14cdf0c1ea4587817f (patch)
tree5bfe66e0d675023eecfb38527e8f3f9b852400ac /GNUmakefile
parentcac29c8c1cc0f6004ef0cd63229cfb993a24496c (diff)
Adapt path to package on windows
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a6b575c..0a88d8c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -79,7 +79,7 @@ drat: build
"$(R_HOME)/bin/Rscript" -e "drat::insertPackage('$(TGZ)', commit = TRUE)"
dratwin: winbin
- "$(R_HOME)/bin/Rscript" -e "drat::insertPackage('$(WINBIN)', 'e:/git/drat/', commit = TRUE)"
+ "$(R_HOME)/bin/Rscript" -e "drat::insertPackage('$(WINBIN)', '~/git/drat/', commit = TRUE)"
winbuilder: build
date

Contact - Imprint