diff options
author | alonso <alonso@us.es> | 2010-09-20 13:44:14 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2010-09-20 13:44:14 +0000 |
commit | 4fa252bd759e7d154dacf5d305d22c8afa1a1344 (patch) | |
tree | 2751607d341d8758784815a90eec70907da8048a /client | |
parent | 739d35857f69445c84fd35fe39e29ebdf5e8b324 (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@1209 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client')
-rwxr-xr-x | client/nfsexport/etc/preinit/loadudeb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/nfsexport/etc/preinit/loadudeb.sh b/client/nfsexport/etc/preinit/loadudeb.sh index a8f52eba..662887c0 100755 --- a/client/nfsexport/etc/preinit/loadudeb.sh +++ b/client/nfsexport/etc/preinit/loadudeb.sh @@ -18,7 +18,7 @@ if [ -n "$OPENGNSYS" ]; then udpkg -i "$i" >/dev/null || printf "$MSG_ERRLOADUDEB\n" $(basename $i) done # TEMPORAL: corregir biblioteca dinĂ¡mica para "partprobe". - ln -s $(find /lib -type f -name "libparted*.so.*") /lib/$(grep libparted $OGBIN/partprobe) 2>/dev/null + ln -s $(find /lib -type f -name "libparted*.so.*") /lib/$(grep libparted $OGBIN/$(ogGetArch)/partprobe) 2>/dev/null else # FIXME Error: entorno de OpenGnSys no configurado. echo "Error: OpenGnSys environment is not configured." # FIXME: definir mensaje. |