X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fuml-utilities;h=a6345d812089ee83495fce2e48cd107907871a4e;hb=712d0adfde977656cd3a2914377a78ddc46565a1;hp=0034151ca62491984428807f711f4fa95a9c7c0d;hpb=3dae4c554ec18f465eb6ee5e6efdbdbe8557e13c;p=hvlinux.git diff --git a/stage5/pkg/uml-utilities b/stage5/pkg/uml-utilities index 0034151..a6345d8 100644 --- a/stage5/pkg/uml-utilities +++ b/stage5/pkg/uml-utilities @@ -1,25 +1,6 @@ -#!/bin/sh -set -o errexit +#!/bin/bash -# First argument of this script is the package name. -# Remaining arguments are additional configure options. - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -PACKAGE=${1} - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${PACKAGE} - -cd ${LFS_TMP}/${PACKAGE} -make -C tunctl install - -exit $? +hvbuild() +{ + make -C ${LFS_TMP}/${PACKAGE}/tunctl install +}