diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 11:00:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 11:00:45 +0000 |
commit | 15bd59db420af797f5cac392b53967c3b2d0e411 (patch) | |
tree | 2b567d83b90ce0ac950065b30caf474a12c6a2b3 /audio/aureal-kmod | |
parent | 4c6d916fbcdfd0d727c559f7d158908896c962b6 (diff) | |
download | ports-15bd59db420af797f5cac392b53967c3b2d0e411.tar.gz ports-15bd59db420af797f5cac392b53967c3b2d0e411.zip |
Notes
Diffstat (limited to 'audio/aureal-kmod')
-rw-r--r-- | audio/aureal-kmod/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 55d21ae83d3a..b455de3ba02f 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -99,8 +99,7 @@ pre-fetch: @${FALSE} .endif .endfor - - @if [ ! -d /sys -o ! -d ${SRCPREFIX}/sys ]; then \ + @if [ ! -d /sys -a ! -d ${SRCPREFIX}/sys ]; then \ ${ECHO} "****************************************" ; \ ${ECHO} " You need to extract kernel source tree" ; \ ${ECHO} " before you build this package..." ; \ |