Cleanup and simplify
[vpp.git] / extras / vagrant / build.sh
index d317c31..86ed4cd 100755 (executable)
@@ -67,6 +67,6 @@ elif [ "$OS_ID" == "centos" ]; then
     (cd $VPP_DIR/vnet ;$SUDOCMD aclocal;$SUDOCMD automake -a)
     $SUDOCMD make pkg-rpm
 elif [ "$OS_ID" == "opensuse" ]; then
-    $SUDOCMD make build-release
+    $SUDOCMD make pkg-rpm
 fi