diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2018-09-14 00:26:04 +0200 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2018-09-14 00:26:04 +0200 |
commit | 1fbcbfd594cb84ecf5172c7510d2a75e2bedb561 (patch) | |
tree | a8d66f29b3532228f48b398ee7b9623dfd5d1239 /GNUmakefile | |
parent | 062df4d773cd4e57c862054fe9b5232b5a055c34 (diff) |
Fix drat location
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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;\ |