aboutsummaryrefslogtreecommitdiff
path: root/development/icecream/profile.d
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2014-03-31 09:30:14 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-03-31 09:30:14 +0700
commitbd261da372e3fb037db265331407d48a7a4747a9 (patch)
tree07ce402a749b07c65f8b9d724e90251dfeb0fd09 /development/icecream/profile.d
parent8f8218562655ac66f73a57502ddec2f8e53b858c (diff)
downloadslackbuilds-bd261da372e3fb037db265331407d48a7a4747a9.tar.xz
development/icecream: Update build script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/icecream/profile.d')
-rw-r--r--development/icecream/profile.d/icecream.csh2
-rw-r--r--development/icecream/profile.d/icecream.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/development/icecream/profile.d/icecream.csh b/development/icecream/profile.d/icecream.csh
index 5238dbd800d2..386d9242a895 100644
--- a/development/icecream/profile.d/icecream.csh
+++ b/development/icecream/profile.d/icecream.csh
@@ -1,2 +1,2 @@
#!/bin/csh
-setenv PATH /opt/icecream/bin:${PATH}
+setenv PATH /usr/libexec/icecc/bin:${PATH}
diff --git a/development/icecream/profile.d/icecream.sh b/development/icecream/profile.d/icecream.sh
index 32e266d61a2e..c0c3d179eeb8 100644
--- a/development/icecream/profile.d/icecream.sh
+++ b/development/icecream/profile.d/icecream.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-export PATH=/opt/icecream/bin:$PATH
+export PATH=/usr/libexec/icecc/bin:$PATH