From d6062331f8b3eacab729c6c2bfca0d24363d074c Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Thu, 5 Dec 2024 08:25:29 +0100 Subject: Fix a bug in the Makefile --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 04365c9..2e1ddf8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -41,7 +41,7 @@ check: roxy build _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee log/check.log install: build - "$(R_HOME)/bin/R" CMD INSTALL --no-multiarch $(TGZ) + "$(RBIN)/R" CMD INSTALL --no-multiarch $(TGZ) winbuilder: build date -- cgit v1.2.3