Subject: pkg/20986: typo (maybe) in phoenix-linux-nightly/Makefile
To: None <gnats-bugs@gnats.netbsd.org>
From: None <reed@reedmedia.net>
List: netbsd-bugs
Date: 04/03/2003 04:36:26
>Number:         20986
>Category:       pkg
>Synopsis:       typo (maybe) in phoenix-linux-nightly/Makefile
>Confidential:   yes
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 03 04:37:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.6
>Organization:
http://bsd.reedmedia.net/
>Environment:
	
	
System: NetBSD rainier.reedmedia.net 1.6 NetBSD 1.6 (JCR-20020927) #3: Sat Sep 28 13:40:20 PDT 2002 reed@rainier.reedmedia.net:/usr/src/sys/arch/i386/compile/JCR-20020927 i386
Architecture: i386
Machine: i386
>Description:
The www/phoenix-linux-nightly/Makefile has a semicolon followed
by &&.

ksh and bash does not like it (which may be /bin/sh).
(It is okay with csh and sh.)
>How-To-Repeat:
	
>Fix:
Index: www/phoenix-linux-nightly/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/phoenix-linux-nightly/Makefile,v
retrieving revision 1.2
diff -b -u -r1.2 Makefile
--- www/phoenix-linux-nightly/Makefile	2003/03/29 12:42:53	1.2
+++ www/phoenix-linux-nightly/Makefile	2003/04/03 12:32:26
@@ -29,7 +29,7 @@
 
 do-install:
 	${INSTALL_DATA_DIR} ${PHOENIX_LIB}
-	cd ${WRKSRC}; && ${CP} -r . ${PHOENIX_LIB}
+	cd ${WRKSRC} && ${CP} -r . ${PHOENIX_LIB}
 	${INSTALL_SCRIPT} ${WRKDIR}/phoenix.sh ${PREFIX}/bin/phoenix-linux
 
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted: