-Amélioré fonctions de download des packages
[hvlinux.git] / stage5 / pkg / ltsp-utils
index b5e6381..da7159c 100644 (file)
@@ -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
+}