NO BUG -- update RIFT package to include Logo fix from 5.2.0.1
[osm/UI.git] / BUILD.sh
index f1a7765..289d11a 100755 (executable)
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -80,7 +80,7 @@ set -x             # Print commands before executing them
 # Set up repo and version
 
 PLATFORM_REPOSITORY=${1:-OSM3}
-PLATFORM_VERSION=${2:-5.2.0.1.71454}
+PLATFORM_VERSION=${2:-5.2.0.2.72254}
 
 ###############################################################################
 # Main block
@@ -112,7 +112,6 @@ else
     # Build  and install module
     make -j16 
     sudo make install
-    sudo -H dhclient & 
 
 fi