From e1b9b6b6d0c90e24b07538180bb0be17ddacf8e1 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 4 Oct 2000 19:02:31 +0000 Subject: Make the binary package so the same thing as a "make install": put the #include at the start of the host.def file. --- pkgtools/xpkgwedge/pkg/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/xpkgwedge/pkg/PLIST b/pkgtools/xpkgwedge/pkg/PLIST index 853216319da..35da2232c1a 100644 --- a/pkgtools/xpkgwedge/pkg/PLIST +++ b/pkgtools/xpkgwedge/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1998/07/31 19:30:49 tv Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/10/04 19:02:31 jlam Exp $ lib/X11/config/xpkgwedge.def -@exec echo "updating %D/lib/X11/config/host.def"; cp %D/lib/X11/config/host.def %D/lib/X11/config/host.def.bak; (grep -v xpkgwedge %D/lib/X11/config/host.def.bak; echo '#include ') >%D/lib/X11/config/host.def +@exec echo "updating %D/lib/X11/config/host.def"; cp %D/lib/X11/config/host.def %D/lib/X11/config/host.def.bak; (echo '#include '; grep -v xpkgwedge %D/lib/X11/config/host.def.bak') >%D/lib/X11/config/host.def @unexec echo "updating %D/lib/X11/config/host.def"; cp %D/lib/X11/config/host.def %D/lib/X11/config/host.def.bak; (grep -v xpkgwedge %D/lib/X11/config/host.def.bak || true) >%D/lib/X11/config/host.def -- cgit v1.2.3