mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
R-packages.eclass: create ${T}/R in src_configure
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -89,17 +89,19 @@ R-packages_src_unpack() {
|
|||||||
|
|
||||||
# @FUNCTION: R-packages_src_prepare
|
# @FUNCTION: R-packages_src_prepare
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# function to remove unwanted files from the sources
|
# Remove unwanted files from the sources.
|
||||||
R-packages_src_prepare() {
|
R-packages_src_prepare() {
|
||||||
|
default_src_prepare
|
||||||
|
|
||||||
rm -f LICENSE || die
|
rm -f LICENSE || die
|
||||||
default
|
|
||||||
mkdir -p "${T}/R" || die
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# @FUNCTION: R-packages_src_configure
|
# @FUNCTION: R-packages_src_configure
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# dummy function to disable configure
|
# Set up temporary directories.
|
||||||
R-packages_src_configure() { :; }
|
R-packages_src_configure() {
|
||||||
|
mkdir "${T}"/R || die
|
||||||
|
}
|
||||||
|
|
||||||
# @FUNCTION: R-packages_src_compile
|
# @FUNCTION: R-packages_src_compile
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
|
|||||||
Reference in New Issue
Block a user