Searched refs:PKGSRC (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.CompCpio.sh32 # looks in the PKGSRC directory for the archives which may be called
293 PKGSRC=${path:?undefined}
299 if [ -r $PKGSRC/reloc.cpio.Z ]; then
301 Reloc_Arch=$PKGSRC/reloc.cpio.Z
305 if [ -r $PKGSRC/root.cpio.Z ]; then
307 Root_Arch=$PKGSRC/root.cpio.Z
311 if [ -r $PKGSRC/reloc.cpio ]; then
313 Reloc_Arch=$PKGSRC/reloc.cpio
317 if [ -r $PKGSRC/root.cpio ]; then
319 Root_Arch=$PKGSRC/roo
[all...]

Completed in 197 milliseconds