aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2018-09-14 00:26:04 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2018-09-14 00:26:04 +0200
commit1fbcbfd594cb84ecf5172c7510d2a75e2bedb561 (patch)
treea8d66f29b3532228f48b398ee7b9623dfd5d1239
parent062df4d773cd4e57c862054fe9b5232b5a055c34 (diff)
Fix drat location
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 441a536..a169bf1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -83,7 +83,7 @@ drat: build
"$(RBIN)/Rscript" -e "drat::insertPackage('$(TGZ)', commit = TRUE)"
dratwin: winbin
- "$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', 'e:/git/drat/', commit = TRUE)"
+ "$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', '~/git/drat/', commit = TRUE)"
r-forge:
git archive master > $(PKGDIR)/gmkin.tar;\

Contact - Imprint