X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage6%2Fpackages-update;h=d56ebdcbc3e1449320a90b0f2fc6656cf81192ec;hb=6be74141099e569e059115b9659f1a8c98306ac7;hp=ed159125eadb5ee268796adfd941c4ccc61cb4a9;hpb=e31a492ed6daa2caeb62aa9ce355c988a62672df;p=hvlinux.git diff --git a/stage6/packages-update b/stage6/packages-update old mode 100644 new mode 100755 index ed15912..d56ebdc --- a/stage6/packages-update +++ b/stage6/packages-update @@ -1,16 +1,12 @@ -#!/bin/sh +#!/bin/bash -# Must be defined before sourcing other files. -LFS_STAGE="stage4" +USE_LFS_PATCHES=1 +USE_BLFS_PATCHES=1 +USE_HV_PATCHES=1 -# Reading system configuration informations, functions and package versions. -source ../functions -source ../functions-update -source ../packages-list +source ../functions/main -update_packages_init - -# Begin +update_packages_init ${*} # Gnome 2 core packages fpkg_gnome ${ORBIT2} @@ -98,5 +94,4 @@ fpkg ${ABIWORD} "http://www.abisource.com/downloads/abiword/$(get_pkg_ver fpkg_gnome ${EVOLUTION_EXCHANGE} fpkg_gnome ${EVOLUTION} -# Return last error exit $?