summaryrefslogtreecommitdiff
path: root/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild')
-rw-r--r--sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
index 6ff1210c5426..8ffb5a090074 100644
--- a/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
+++ b/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
@@ -78,11 +78,15 @@ pkg_nofetch() {
}
src_prepare() {
+ # Apply user patches from ${WORKDIR} to allow patching on patches
+ # subdir too
+ cd "${WORKDIR}"
xdg_src_prepare
use cuda && cuda_sanitize
- cd "${WORKDIR}"/plugins || die
+ # Prepare plugins
+ cd plugins || die
sed '/^.SILENT/d' -i $(find -name Makefile)