diff options
author | hubertf <hubertf> | 2000-11-29 15:56:49 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-11-29 15:56:49 +0000 |
commit | 13d9878c54f1216465e2a0b2da574af3e28bba95 (patch) | |
tree | 952bf9c698e937d45ee09f0114efc8b9b366095b | |
parent | 9941f83751ea09f12fb23245407d99d14dcca004 (diff) | |
download | pkgsrc-13d9878c54f1216465e2a0b2da574af3e28bba95.tar.gz |
Make sure the user reads the instructions before proceeding - wait 10 seconds
-rw-r--r-- | audio/realplayer7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/realplayer7/Makefile b/audio/realplayer7/Makefile index 4d3c255e64c..c6d951f0809 100644 --- a/audio/realplayer7/Makefile +++ b/audio/realplayer7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/09/09 19:40:17 fredb Exp $ +# $NetBSD: Makefile,v 1.13 2000/11/29 15:56:49 hubertf Exp $ # DISTNAME= rp7_linux20_libc6_i386_cs1 @@ -66,6 +66,8 @@ pre-extract: @${ECHO_MSG} " to continue the package installation. " @${ECHO_MSG} "-------------------------------------------------------" @${ECHO_MSG} "" + @${ECHO_MSG} "Be sure to read the above! Proceeding in 10 seconds..." + @sleep 10 @${CHMOD} +x ${RP_INSTALLER} do-build: |