Lines Matching refs:PKGSRC
32 # 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/root.cpio
323 if [ -r $PKGSRC/reloc.Z ]; then
325 Reloc_Arch=$PKGSRC/reloc.Z
329 if [ -r $PKGSRC/root.Z ]; then
331 Root_Arch=$PKGSRC/root.Z
335 if [ -f $PKGSRC/reloc ]; then
337 Reloc_Arch=$PKGSRC/reloc
341 if [ -f $PKGSRC/root ]; then
343 Root_Arch=$PKGSRC/root
364 echo `gettext "ERROR : $NAME cannot find archived files in $PKGSRC."`