mirror of
https://github.com/tuxbox-neutrino/buildenv.git
synced 2025-08-26 15:02:58 +02:00
init_funtions.sh: remove invalid option from unlink
This commit is contained in:
@@ -371,7 +371,7 @@ function create_dist_tree () {
|
|||||||
DEPLOY_DIR="$BUILD_ROOT/$DL/tmp/deploy"
|
DEPLOY_DIR="$BUILD_ROOT/$DL/tmp/deploy"
|
||||||
do_exec "ln -sf $DEPLOY_DIR $DIST_BASEDIR/$DL"
|
do_exec "ln -sf $DEPLOY_DIR $DIST_BASEDIR/$DL"
|
||||||
if test -L "$DIST_BASEDIR/$DL/deploy"; then
|
if test -L "$DIST_BASEDIR/$DL/deploy"; then
|
||||||
do_exec "unlink -v $DIST_BASEDIR/$DL/deploy"
|
do_exec "unlink $DIST_BASEDIR/$DL/deploy"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user