summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/draftsight-bin/files/draftsight')
-rw-r--r--media-gfx/draftsight-bin/files/draftsight9
1 files changed, 0 insertions, 9 deletions
diff --git a/media-gfx/draftsight-bin/files/draftsight b/media-gfx/draftsight-bin/files/draftsight
deleted file mode 100644
index 8fe6141..0000000
--- a/media-gfx/draftsight-bin/files/draftsight
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/bash
-BASEDIR="/opt/dassault-systemes/DraftSight/Linux"
-
-export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
-
-# work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
-cd "${BASEDIR}"
-
-exec "${BASEDIR}/DraftSight" $*