-Amélioré fonctions de download des packages
[hvlinux.git] / stage5 / pkg / dvdfs
index b7829f0..140ec04 100644 (file)
@@ -1,26 +1,7 @@
-#!/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}
-shift
-CONFIGURE_OPTS=${*}
-
-# Applying patches (if any)
-apply_patches ${PACKAGE}
-
-cd ${LFS_TMP}/${PACKAGE}
-make
-make install
-
-# Mount script
-install -v -m755 ${SCRDIR}/misc/mount.fusedvdfs /sbin
-
-exit $?
+hvbuild_post()
+{
+    # Mount script
+    install -v -m755 ${SCRDIR}/misc/mount.fusedvdfs /sbin
+}