X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fltsp-utils;h=da7159ca10a60aa121f42fb2d099b5c04e656138;hb=f3c8db3027d5dc530e1f30c88e0235975211582e;hp=b5e63819453ef74065326f20d6f7b07e177186d5;hpb=0fb786eca497edb316e1dfaa4a4ccec2d6b3f694;p=hvlinux.git diff --git a/stage5/pkg/ltsp-utils b/stage5/pkg/ltsp-utils index b5e6381..da7159c 100644 --- a/stage5/pkg/ltsp-utils +++ b/stage5/pkg/ltsp-utils @@ -1,17 +1,7 @@ -#!/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() +{ + cd ${LFS_TMP}/${PACKAGE} + ./install.sh +}