Enlevé variable GNOME2_PREFIX, car on installe gnome dans /usr
[hvlinux.git] / stage5 / pkg / uml-utilities
index 0034151..a6345d8 100644 (file)
@@ -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
+}