Correct tgc to dbp
This commit is contained in:
parent
a0bb1fff46
commit
29fa5a8d0d
@ -128,7 +128,7 @@ declare -a opfiles # Files that should have an ops associated
|
||||
declare -a opscript # Ops to associate with opfiles
|
||||
|
||||
#override defaults
|
||||
pkgprefix=tgc_
|
||||
pkgprefix=dbp_
|
||||
pkgname=$pkgprefix$topdir
|
||||
|
||||
os=irix`${__uname} -r`
|
||||
@ -142,7 +142,7 @@ META_CLEAN="$topdir.spec $topdir.idb files.tmp ${depends##*/}_auto ${depends##*/
|
||||
# Host specific configuration
|
||||
[ -r $buildpkgscripts/config.$($HOSTNAME -s).irix ] && . $buildpkgscripts/config.$($HOSTNAME -s).irix
|
||||
|
||||
distfile='$topdir-$version-$pkgver.tgc-$os-$cpu-$pkgdirdesig.tardist'
|
||||
distfile='$topdir-$version-$pkgver.dbp-$os-$cpu-$pkgdirdesig.tardist'
|
||||
|
||||
#####################################################
|
||||
# Internal helper functions
|
||||
@ -1187,7 +1187,7 @@ dep_pkg_name()
|
||||
}
|
||||
|
||||
# extract_deps: Given a subsystem it will extract the dependencies
|
||||
# params: $1 = subsystem name (like tgc_xxx.sw.lib)
|
||||
# params: $1 = subsystem name (like dbp_xxx.sw.lib)
|
||||
# It goes through the idb file and finds all the files
|
||||
# associated with a given subsystem. It will then compute
|
||||
# the dependencies and return the package names for the dependencies.
|
||||
|
@ -106,7 +106,7 @@ configure_args=(--prefix=$prefix --mandir=${prefix}/${_mandir} --infodir=${prefi
|
||||
# ie: libmad-0.14.2b-1.sb-sol5.8-sparc-local
|
||||
# We hardquote it so that we can control when we want it
|
||||
# evaluated (using _upls)
|
||||
distfile='$secname-$version-$secver.tgc-$os-$build_arch-$pkgdirdesig'
|
||||
distfile='$secname-$version-$secver.dbp-$os-$build_arch-$pkgdirdesig'
|
||||
|
||||
# What pkgdef file to use
|
||||
pkgdef_file=pkgdef
|
||||
|
Loading…
x
Reference in New Issue
Block a user