View | Details | Raw Unified | Return to bug 194900 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+9 lines)
Lines 41-46 Link Here
41
IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-13-2.html accept their license and download ${DISTFILES} into ${DISTDIR}
41
IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-13-2.html accept their license and download ${DISTFILES} into ${DISTDIR}
42
.endif
42
.endif
43
43
44
.if defined(ICA_CERTS)
45
.for f in ${ICA_CERTS}
46
PLIST_FILES+=   ${CERTDIR}/${f}
47
HASH_${f}!=	openssl x509 -noout -hash -in ${DISTDIR}/${f}
48
PLIST_FILES+=	${CERTDIR}/${HASH_${f}}.0
49
.endfor
50
.endif
51
44
pre-fetch:
52
pre-fetch:
45
.if defined(ICA_CERTS)
53
.if defined(ICA_CERTS)
46
.for f in ${ICA_CERTS}
54
.for f in ${ICA_CERTS}
Lines 77-82 Link Here
77
	${MKDIR} ${STAGEDIR}${CERTDIR}
85
	${MKDIR} ${STAGEDIR}${CERTDIR}
78
.for f in ${ICA_CERTS}
86
.for f in ${ICA_CERTS}
79
	${INSTALL_DATA} ${DISTDIR}/${f} ${STAGEDIR}${CERTDIR}
87
	${INSTALL_DATA} ${DISTDIR}/${f} ${STAGEDIR}${CERTDIR}
88
	${LN} -sf ${f} ${STAGEDIR}${CERTDIR}/$$(openssl x509 -noout -hash -in ${DISTDIR}/${f}).0
80
.endfor
89
.endfor
81
.endif
90
.endif
82
91

Return to bug 194900