From 1fbcbfd594cb84ecf5172c7510d2a75e2bedb561 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Sep 2018 00:26:04 +0200 Subject: Fix drat location --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;\ -- cgit v1.2.1