deal with revised FULLPKGNAME semantics; ok espie@
This commit is contained in:
parent
e38e67244d
commit
3b4a858b92
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $OpenBSD: check-plist,v 1.2 2001/04/22 16:16:42 espie Exp $
|
||||
# $OpenBSD: check-plist,v 1.3 2001/10/06 01:09:08 naddy Exp $
|
||||
# Copyright (c) 2001
|
||||
# Marc Espie. All rights reserved.
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@ -50,7 +50,7 @@ cd ${PORTSDIR}
|
||||
make ECHO_MSG='echo >&2' SUBDIRLIST=$initial show=FULLPKGPATH >$trimmed
|
||||
make ECHO_MSG='echo >&2' SUBDIRLIST=$trimmed package-dir-depends >$depends
|
||||
tsort -h $trimmed -r $depends >$list
|
||||
make ECHO_MSG='echo >&2' show=FULLPKGNAME SUBDIRLIST=$list|sed -e 's,$,.tgz,' >$packages
|
||||
make ECHO_MSG='echo >&2' show='FULLPKGNAME${SUBPACKAGE}' SUBDIRLIST=$list|sed -e 's,$,.tgz,' >$packages
|
||||
echo "Packages with distribution problems:"
|
||||
echo "------------------------------------"
|
||||
make ECHO_MSG='echo -n' show=PERMIT_PACKAGE_CDROM SUBDIRLIST=$list|\
|
||||
|
Loading…
Reference in New Issue
Block a user