diff options
author | hubertf <hubertf> | 1998-02-02 08:10:41 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-02 08:10:41 +0000 |
commit | af74124703ca24bc70d8c6eb5bd0e2c9a7e2f710 (patch) | |
tree | 6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /emulators/linux_lib | |
parent | f762982a276f3c51428a996c3213b6005203faaa (diff) | |
download | pkgsrc-af74124703ca24bc70d8c6eb5bd0e2c9a7e2f710.tar.gz |
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'emulators/linux_lib')
-rw-r--r-- | emulators/linux_lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index 15fddd8cdd7..c20bfd48251 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -3,7 +3,7 @@ # Date created: 1997/12/04 # Whom: erich@FreeBSD.org # -# $NetBSD: Makefile,v 1.4 1998/01/24 05:05:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/02 08:10:49 hubertf Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # @@ -32,7 +32,7 @@ do-install: @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) post-install: - -${LDCONFIG} || /usr/bin/true + -${LDCONFIG} || ${TRUE} ${MKDIR} ${PREFIX}/usr/lib/zoneinfo ln -sf /etc/localtime ${PREFIX}/usr/lib/zoneinfo/localtime |