Source a host specific configfile to ease the pains of

differing tool paths etc.
This commit is contained in:
Tom G. Christensen 2003-12-06 16:38:59 +00:00
parent f9a1b91686
commit 7c9f797bc4

View File

@ -45,6 +45,9 @@ distfile=$topdir-$version-$pkgver.tgc-$os-$cpu-$pkgdirdesig.tardist
META_CLEAN="$topdir.spec $topdir.idb"
# Host specific configuration
[ -r $buildpkgbase/scripts/config.`hostname`.irix ] && . $buildpkgbase/scripts/config.`hostname`.irix
#####################################################
# Internal helper functions
#####################################################