From 43d6da649775b14957422d54c3a1f71779e4c392 Mon Sep 17 00:00:00 2001 From: "Eric L. Hernes" Date: Wed, 8 Nov 1995 15:06:30 +0000 Subject: third time's a charm 1) fixed symlinks in the distfile 2) chaged `pre-buid' to `pre-install' 3) allowed `mkdir ${PREFIX}' to fail gracefully looks like a package will work now. --- emulators/linux_base-rh-9/Makefile | 6 +++--- emulators/linux_base-rh-9/distinfo | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators/linux_base-rh-9') diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 9b0589b0b5fb..f8266a714dde 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1995/11/05 11:54:58 jkh Exp $ +# $Id: Makefile,v 1.3 1995/11/06 15:18:05 erich Exp $ # DISTNAME= linux_lib @@ -13,7 +13,7 @@ MAINTAINER= erich@FreeBSD.org PREFIX= /compat/linux/ WRKSRC= ${WRKDIR} -pre-build: - @mkdir -p ${PREFIX} +pre-install: + @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} .include diff --git a/emulators/linux_base-rh-9/distinfo b/emulators/linux_base-rh-9/distinfo index 305166144aa6..37e5e0fcd07e 100644 --- a/emulators/linux_base-rh-9/distinfo +++ b/emulators/linux_base-rh-9/distinfo @@ -1 +1 @@ -MD5 (linux_lib.tar.gz) = 0af970d86b60978484eaa9df9eca2a17 +MD5 (linux_lib.tar.gz) = 6fc3a99a8f12c50761ab2a3a68e6e0d3 -- cgit v1.2.3