From 32e64eda0e2b8c38775132373ab996d84609ba12 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 1 Jul 2006 18:29:38 +0000 Subject: [PATCH] Added sw64 image and sw64.lib subsystems to image.conf and subsys.conf This needed a slight fix in the matching function. --- buildpkg.packaging.irix | 2 +- image.conf | 1 + subsys.conf | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/buildpkg.packaging.irix b/buildpkg.packaging.irix index 362284c..ec4d75a 100644 --- a/buildpkg.packaging.irix +++ b/buildpkg.packaging.irix @@ -655,7 +655,7 @@ create_spec() spec_img_header ${pctop[$i]} "${pdtop[$i]}" $version-$pkgver >> $specfile while [ "$pcidx" -lt "$pcsize" ] do - rv=`$EXPR match "${pc[$pcidx]}" ''${pctop[$i]}''` + rv=`$EXPR match "${pc[$pcidx]}" ''${pctop[$i]}\\\.''` if [ ! "$rv" -eq 0 ]; then # We got a hit! spec_subsys_header ${pctop[$i]} `echo ${pc[$pcidx]}|$CUT -d . -f 2` "${pd[$pcidx]}" "${ps[$pcidx]}" >> $specfile reqsize=${#reqs[@]} diff --git a/image.conf b/image.conf index c996c6c..45587dd 100644 --- a/image.conf +++ b/image.conf @@ -1,3 +1,4 @@ sw Software +sw64 Software (n64) man Documentation opt Optional components diff --git a/subsys.conf b/subsys.conf index 7df26f1..bfe09a3 100644 --- a/subsys.conf +++ b/subsys.conf @@ -1,5 +1,6 @@ sw.base default base software sw.lib default shared libraries +sw64.lib nodefault shared libraries (n64) sw.dev nodefault development files man.doc default other documentation man.man default man pages