22838402 Missing .so for 64-bit tcl module for sqlite
authorStacy Yeh <stacy.yeh@oracle.com>
Mon, 29 Feb 2016 14:20:51 -0800
changeset 5522 182871e9f1d1
parent 5521 19a0bed12ed6
child 5523 9aa7edf69bfd
22838402 Missing .so for 64-bit tcl module for sqlite
components/sqlite-3/tcl-sqlite-3.p5m
--- a/components/sqlite-3/tcl-sqlite-3.p5m	Mon Feb 29 13:08:50 2016 -0800
+++ b/components/sqlite-3/tcl-sqlite-3.p5m	Mon Feb 29 14:20:51 2016 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -38,7 +38,7 @@
 set name=org.opensolaris.arc-caseid value=PSARC/2015/025
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 file $(MACH64)/tea/libsqlite$(COMPONENT_VERSION).so \
-    path=usr/lib/tcl8.5/sqlite$(COMPONENT_VERSION)/64/libsqlite$(COMPONENT_VERSION)
+    path=usr/lib/tcl8.5/sqlite$(COMPONENT_VERSION)/64/libsqlite$(COMPONENT_VERSION).so
 file $(MACH32)/tea/libsqlite$(COMPONENT_VERSION).so \
     path=usr/lib/tcl8.5/sqlite$(COMPONENT_VERSION)/libsqlite$(COMPONENT_VERSION).so
 file files/pkgIndex.tcl \