1
0
Fork 0

d&c: remove SG hack

This commit is contained in:
Clément de l'Hamaide 2014-09-13 21:48:26 +02:00
parent ccc94446df
commit aa74c27f0f

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION="2.26" VERSION="2.27"
####################################################### #######################################################
# THANKS TO # THANKS TO
@ -476,9 +476,6 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="SIMGEAR"' ]]; then
else else
_gitUpdate $FGSG_UNSTABLE_GIT_BRANCH _gitUpdate $FGSG_UNSTABLE_GIT_BRANCH
fi fi
# Remove DDS warning message
sed -i s/SG_ALERT,\ \"Image/SG_WARN,\ \"Image/g simgear/scene/model/ModelRegistry.cxx
if [ ! "$UPDATE" = "UPDATE" ]; then if [ ! "$UPDATE" = "UPDATE" ]; then
if [ "$RECONFIGURE" = "y" ]; then if [ "$RECONFIGURE" = "y" ]; then