X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fdvdfs;h=140ec04b6c1fde4ad9f31503c10a3d9aa2b1068b;hb=fdeecdbf2bb61fe70e4783d4c20fbebac7a8830b;hp=ef92029be0a9d704e5fde86da4e71d5f76a77ccd;hpb=3dae4c554ec18f465eb6ee5e6efdbdbe8557e13c;p=hvlinux.git diff --git a/stage5/pkg/dvdfs b/stage5/pkg/dvdfs index ef92029..140ec04 100644 --- a/stage5/pkg/dvdfs +++ b/stage5/pkg/dvdfs @@ -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}/resources/mount.fusedvdfs /sbin - -exit $? +hvbuild_post() +{ + # Mount script + install -v -m755 ${SCRDIR}/misc/mount.fusedvdfs /sbin +}