diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-15 15:13:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-15 15:13:34 +0000 |
commit | 9de6396bd3d5393dbaade92e98df4e16a8c2e9b2 (patch) | |
tree | 4feec0d4f5ecda8678d865756dd0b42f6c9b2e64 /audio/rio/files | |
parent | 5e5d791a02a803755f0379c34c352d17ff00b797 (diff) | |
download | pkgsrc-9de6396bd3d5393dbaade92e98df4e16a8c2e9b2.tar.gz |
* Substitute for @SH@ as well as @AWK@ per de facto standards for
installed shell scripts.
* Generate the to-be-installed script at build time, not at install time.
We "build" for a reason -- to see what's going to be installed before
we actually install it.
Diffstat (limited to 'audio/rio/files')
-rw-r--r-- | audio/rio/files/find-lpt-port | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/rio/files/find-lpt-port b/audio/rio/files/find-lpt-port index 72e0ef8b74a..0395868e2e6 100644 --- a/audio/rio/files/find-lpt-port +++ b/audio/rio/files/find-lpt-port @@ -1,5 +1,6 @@ -#! /bin/sh -# $NetBSD: find-lpt-port,v 1.1 2000/01/11 11:32:11 agc Exp $ +#!@SH@ +# +# $NetBSD: find-lpt-port,v 1.2 2007/06/15 15:13:34 jlam Exp $ # # Small shell script to find the lpt port easily |