diff options
| -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;\ | 
