diff options
author | jlam <jlam> | 2002-10-18 01:32:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-10-18 01:32:31 +0000 |
commit | 22912e7d054a29f9d24c057e0eac2308065d5907 (patch) | |
tree | 34c468b7ec3090a03193b02a94882475dfca752a /audio | |
parent | 01ba0fbb6afbb51f72a3a7ad13b5efad36e2a298 (diff) | |
download | pkgsrc-22912e7d054a29f9d24c057e0eac2308065d5907.tar.gz |
Missing a ">".
Diffstat (limited to 'audio')
-rw-r--r-- | audio/oss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index d92c8100079..985dd88746c 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/18 01:32:01 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/18 01:32:31 jlam Exp $ PKGNAME= oss-${OSS_VERSION} CATEGORIES= audio sysutils @@ -66,7 +66,7 @@ post-extract: do-build: ${SED} ${FILES_SUBST_SED} ${FILESDIR}/soundconf.sh \ - ${WRKDIR}/soundconf.sh + > ${WRKDIR}/soundconf.sh chroot: ${PAX} -rw `${CAT} ${FILESDIR}/chroot` ${WRKSRC} |