Skip to content
Snippets Groups Projects
Commit 9d0c36e9 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

BugID: 1060

Fixed little error
parent 0a1e6215
No related branches found
No related tags found
No related merge requests found
...@@ -169,6 +169,8 @@ do ...@@ -169,6 +169,8 @@ do
fi fi
if [ $dist = 1 ]; then if [ $dist = 1 ]; then
postmakex="$postmake && mkdir -p $srcdir/installed/$variant/dist && cp $pkgb-*.tar.gz $srcdir/installed/$variant/dist" postmakex="$postmake && mkdir -p $srcdir/installed/$variant/dist && cp $pkgb-*.tar.gz $srcdir/installed/$variant/dist"
else
postmakex="$postmake"
fi fi
echo "($initcmd && $confcmd $premake $mainmake $postmakex;)" >> $logfile echo "($initcmd && $confcmd $premake $mainmake $postmakex;)" >> $logfile
if [ $buildmake = 1 ]; then if [ $buildmake = 1 ]; then
......
...@@ -160,7 +160,7 @@ do ...@@ -160,7 +160,7 @@ do
elif [ "$1" = -nodist ]; then elif [ "$1" = -nodist ]; then
shift shift
dist=0 dist=0
elif [ "$1" = -dist ]; then elif [ "$1" = -distcheck ]; then
shift shift
distcheck=1 distcheck=1
elif [ "$1" = -nodistcheck ]; then elif [ "$1" = -nodistcheck ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment