From 87a4cb07482d80574eb01df63e453cf1495b3bd5 Mon Sep 17 00:00:00 2001 From: frueauf Date: Tue, 10 Feb 1998 22:20:55 +0000 Subject: portlint: use absolute path for "true". --- devel/mit-pthreads/pkg/PLIST | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel') diff --git a/devel/mit-pthreads/pkg/PLIST b/devel/mit-pthreads/pkg/PLIST index 1053910be02..c81fa237cf8 100644 --- a/devel/mit-pthreads/pkg/PLIST +++ b/devel/mit-pthreads/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1998/02/02 08:59:50 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 1998/02/10 22:20:55 frueauf Exp $ @exec if [ ! -d %d/pthreads ]; then mkdir -p %D/pthreads; fi pthreads/bin/pgcc pthreads/bin/pg++ @@ -6,8 +6,8 @@ pthreads/lib/libpthread.a pthreads/lib/libpthread_p.a pthreads/lib/libpthread_pic.a pthreads/lib/libpthread.so.1.60 -@exec ldconfig || true -@unexec ldconfig || true +@exec ldconfig || /usr/bin/true +@unexec ldconfig || /usr/bin/true pthreads/include/Makefile.inc pthreads/include/dirent.h pthreads/include/endian.h -- cgit v1.2.3