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