pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49499: Unbreak security/CSP



>Number:         49499
>Category:       pkg
>Synopsis:       Unbreak security/CSP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 24 02:50:00 +0000 2014
>Originator:     Sevan Janiyan
>Release:        pkgsrc-current
>Organization:
>Environment:
Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
>Description:
Create the destination directory which will be used by pax prior to use.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/CSP/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile    29 May 2014 23:37:18 -0000      1.18
+++ Makefile    24 Dec 2014 02:45:22 -0000
@@ -37,6 +37,7 @@
 SUBST_STAGE.csp=       post-patch
 
 post-install:
+       ${MKDIR} -p ${DESTDIR}${CSPHOME}
        cd ${WRKSRC}/ca && ${FIND} . -type f | pax -rw ${DESTDIR}${CSPHOME}
        ${INSTALL_DATA} ${DISTDIR}/${CSPGUIDE} ${DESTDIR}${PREFIX}/share/doc/csp
 



Home | Main Index | Thread Index | Old Index