Redefine the meaning of the topdir variable.
From now on pkgdir will be used to designate the toplevel dir of the pkg under $BUILDPKG_BASE Irix specific changes: Source formatting fixes Finally get rid of the FIXME on imageconf Automatically handle opt.src and opt.relnotes subsystems
This commit is contained in:
@@ -71,8 +71,8 @@ make_pkg()
|
||||
local pname=$(get_pkgname $secname)
|
||||
|
||||
echo "Creating package and transferring it to datastream format"
|
||||
$PKGMK -r `pwd` -d $buildpkgbase/$topdir -o -f $metadir/$prototype
|
||||
$PKGTRANS -o -s $buildpkgbase/$topdir $distdir/$dfile $pname
|
||||
$PKGMK -r `pwd` -d $buildpkgbase/$pkgdir -o -f $metadir/$prototype
|
||||
$PKGTRANS -o -s $buildpkgbase/$pkgdir $distdir/$dfile $pname
|
||||
echo "Done. Package was created as $dfile"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user