summaryrefslogtreecommitdiff
path: root/cad/astk-serveur/files/patch-bin_parallel_cp
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-03-26 18:30:46 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-03-26 18:30:46 +0000
commit0aedfcd5070f48b63d470ce940d507e2f870b70a (patch)
tree6c624dd3abf4cac3982aa6a930bbcfeecfd362be /cad/astk-serveur/files/patch-bin_parallel_cp
parentUpgrade to 4.1-2. (diff)
Upgrade ASTK (server & client) to 1.8.0.
Notes
Notes: svn path=/head/; revision=251546
Diffstat (limited to 'cad/astk-serveur/files/patch-bin_parallel_cp')
-rw-r--r--cad/astk-serveur/files/patch-bin_parallel_cp17
1 files changed, 17 insertions, 0 deletions
diff --git a/cad/astk-serveur/files/patch-bin_parallel_cp b/cad/astk-serveur/files/patch-bin_parallel_cp
new file mode 100644
index 000000000000..1f30fb09a935
--- /dev/null
+++ b/cad/astk-serveur/files/patch-bin_parallel_cp
@@ -0,0 +1,17 @@
+--- bin/parallel_cp.orig 2009-12-23 15:53:06.000000000 +0100
++++ bin/parallel_cp 2010-02-02 19:23:00.000000000 +0100
+@@ -17,13 +17,7 @@
+ # 1 AVENUE DU GENERAL DE GAULLE, 92141 CLAMART CEDEX, FRANCE.
+ # ==============================================================================
+
+-set_prefix() {
+- local this=`readlink -n -f $1`
+- local bin=`dirname $this`
+- prefix=`dirname $bin`
+-}
+-
+-set_prefix $0
++prefix=?ASTER_ROOT?
+
+ # set environment
+ if [ -f /etc/codeaster/profile.sh ]; then