15N/A# The contents of this file are subject to the terms of the
15N/A# Common Development and Distribution License (the "License").
15N/A# You may not use this file except in compliance with the License.
15N/A# See the License for the specific language governing permissions
15N/A# and limitations under the License.
15N/A# When distributing Covered Code, include this CDDL HEADER in each
15N/A# If applicable, add the following below this CDDL HEADER, with the
15N/A# fields enclosed by brackets "[]" replaced with your own identifying
15N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5525N/A# Copyright (c) 2010, 2016, Oracle
and/or its affiliates. All rights reserved.
1412N/A# add locale specific facets to using the the locale name encoded in
1412N/A# the pathname. We don't need the portion after the '@' or '.', only
1412N/A# .../locale/{locale-name}[@.]*.
53N/A<transform dir file link hardlink \
1412N/A path=.*/locale/([^/@\.]+)(.+){0,1}(/.+){0,1}$ -> \
5525N/A# thunderbird uses the locale format ab-CD instead of ab_CD, which is the
5525N/A# Solaris standard. Convert the locale facet to Solaris standard format.
5525N/A# pkgmogrify doesn't seem to support using a regular expression as the
5525N/A# "attribute" in a "attribute=value" matcher so we need to enumerate all
5525N/A# locales where this is a problem.
454N/A<transform dir file link hardlink \