From 7d34d835d538d5a54406202c59d58bf5848cd50e Mon Sep 17 00:00:00 2001 From: "Jan M. Simons" Date: Fri, 30 Nov 2012 15:38:30 +0100 Subject: remove graphical tools when -X --- sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild index 9c8cc7b8c..6f135fbca 100644 --- a/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild +++ b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild @@ -48,6 +48,13 @@ src_install() { cd .. || die fi + if use !X; then + rm tfp tfp.set winplotr-2006 check_group cryscal edpcr fp_studio || die + rm gbasireps gbond_str gdatared gfourier gfourier.hlp gxlens || die + rm powderpat resvis symmcal wfp2k winplotr.* || die + rm -r Fps_Icons || die + fi + mkdir -p "${D}/${BASEDIR}" || die # make symlinks for i in * ; do -- cgit v1.2.3-65-gdbad