|
|
|
|
102
|
cp "$rootdir/usr/bin/nodejs" "$rootdir/usr/bin/node"
|
102
|
cp "$rootdir/usr/bin/nodejs" "$rootdir/usr/bin/node"
|
103
|
fi
|
103
|
fi
|
104
|
|
104
|
|
|
|
105
|
+ if [ -f "$rootdir/usr/bin/node" ]; then
|
|
|
106
|
+ cp "$rootdir/usr/bin/node" "$rootdir/usr/local/bin/node"
|
|
|
107
|
+ fi
|
|
|
108
|
+
|
105
|
if [ ! -f "${rootdir}/usr/bin/node" ]; then
|
109
|
if [ ! -f "${rootdir}/usr/bin/node" ]; then
|
106
|
if [ ! -f "${rootdir}/usr/local/bin/node" ]; then
|
110
|
if [ ! -f "${rootdir}/usr/local/bin/node" ]; then
|
107
|
if [ ! -f "${rootdir}/usr/bin/nodejs" ]; then
|
111
|
if [ ! -f "${rootdir}/usr/bin/nodejs" ]; then
|