X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fltsp-utils;h=876d7c2ee006c78fd5191d6ebb7bd3035ace8045;hb=78453e212ec7952477a5de2f702bfcab54e7a89c;hp=b5e63819453ef74065326f20d6f7b07e177186d5;hpb=3dae4c554ec18f465eb6ee5e6efdbdbe8557e13c;p=hvlinux.git diff --git a/stage5/pkg/ltsp-utils b/stage5/pkg/ltsp-utils index b5e6381..876d7c2 100644 --- a/stage5/pkg/ltsp-utils +++ b/stage5/pkg/ltsp-utils @@ -1,17 +1,6 @@ -#!/bin/sh -set -o errexit +#!/bin/bash -# First argument of this script is the package name. - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${1} - -cd ${LFS_TMP}/ltsp-utils -./install.sh - -exit $? +hvbuild() +{ + ./install.sh +}