Subject: pkg/24122: squirrelmail fails to install on Solaris. (fix)
To: None <gnats-bugs@gnats.netbsd.org>
From: Charlie Allom <charlie@rubberduck.com>
List: netbsd-bugs
Date: 01/17/2004 11:13:06
>Number:         24122
>Category:       pkg
>Synopsis:       squirrelmail fails to install on Solaris. (fix)
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 17 00:14:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        SunOS 5.9
>Organization:
>Environment:
System: SunOS lazy 5.9 Generic_112233-11 sun4u sparc SUNW,Ultra-2
Architecture: sun4


>Description:

squirrelmail will fail to install cleanly. it is easily fixed. The problem lies
in ucb/install not taking multiple directories for -d (I think)
>How-To-Repeat:

bmake install clean
>Fix:

--- Makefile.orig       Sat Jan 17 01:35:09 2004
+++ Makefile    Fri Jan 16 10:10:37 2004
@@ -58,7 +58,8 @@
                > ${WRKDIR}/squirrelmail.conf.dist

 do-install:
-       ${INSTALL_DATA_DIR} ${EGDIR} ${SMDIR}
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA_DIR} ${SMDIR}
        cd ${WRKDIR}; ${INSTALL_DATA} squirrelmail.conf.dist            \
                ${EGDIR}/squirrelmail.conf
        ${CP} -R ${WRKSRC}/* ${SMDIR}

>Release-Note:
>Audit-Trail:
>Unformatted: