summaryrefslogtreecommitdiff
path: root/etc/jwstdp-latest/tasks/001-packages.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-01-31 14:22:54 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-01-31 14:22:54 -0500
commit3190d616c3b61ba7f173dba1e46af701bbf2e34c (patch)
treee816864a7a1a2c111bb1cc88e1f63900117c9be4 /etc/jwstdp-latest/tasks/001-packages.sh
parentf17f08d418e285d28b9b414b657e287556566497 (diff)
downloaddocker-pipeline-3190d616c3b61ba7f173dba1e46af701bbf2e34c.tar.gz
Refactor all
Diffstat (limited to 'etc/jwstdp-latest/tasks/001-packages.sh')
-rwxr-xr-xetc/jwstdp-latest/tasks/001-packages.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/jwstdp-latest/tasks/001-packages.sh b/etc/jwstdp-latest/tasks/001-packages.sh
index e948120..e64fe06 100755
--- a/etc/jwstdp-latest/tasks/001-packages.sh
+++ b/etc/jwstdp-latest/tasks/001-packages.sh
@@ -2,15 +2,10 @@
set -e
set -x
-prefix="${TOOLCHAIN}"
sysconfdir="${TOOLCHAIN_BUILD}/etc/${PIPELINE}"
reqdir=${sysconfdir}/pkgs
blddir=builds
-export PATH="${prefix}/bin:${PATH}"
-export CFLAGS="-I${prefix}/include"
-export LDFLAGS="-L${prefix}/lib -Wl,-rpath=${prefix}/lib"
-export PREFIX="${prefix}"
function pre()
{