Skip to content
Snippets Groups Projects
Commit 5097a10c authored by Albert Gräf's avatar Albert Gräf
Browse files

Give some feedback about where the build products are when skipping Debian...

Give some feedback about where the build products are when skipping Debian packaging on non-Debian systems.
parent f82d778a
No related branches found
No related tags found
1 merge request!172Build system fixes
...@@ -380,6 +380,7 @@ then ...@@ -380,6 +380,7 @@ then
fi fi
elif [ $deb -gt 0 ]; then elif [ $deb -gt 0 ]; then
make debstage prefix=$inst_dir make debstage prefix=$inst_dir
echo "Debian packaging skipped, build results can be found in packages/linux_make/build/."
fi fi
cd ../../ cd ../../
# move OSX dmg installer # move OSX dmg installer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment