Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage5 / pkg / ltsp-utils
index b5e6381..876d7c2 100644 (file)
@@ -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
+}