Unverified Commit 199fb236 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] fix install warning (#3552)

parent b80b4ebb
File mode changed from 100644 to 100755
......@@ -126,7 +126,8 @@ result <- file.copy(
# remove CRAN-specific files
result <- file.remove(
file.path(TEMP_R_DIR, "configure")
file.path(TEMP_R_DIR, "cleanup")
, file.path(TEMP_R_DIR, "configure")
, file.path(TEMP_R_DIR, "configure.ac")
, file.path(TEMP_R_DIR, "configure.win")
, file.path(TEMP_SOURCE_DIR, "Makevars.in")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment