Andreas Wacknitz
2024-04-04 7587efba57fedc8f0e46216bba4a49da6e4c4625
commit | author | age
1080cc 1 #
AP 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2019 Alexander Pyhalov
13 #
14
15 #
16 # These transforms drop the information that we don't want to appear
17 # in final package versions.
18 #
19
20 # Drop pkg.depend.bypass-generate attributes
21 <transform file -> \
22         delete pkg.depend.bypass-generate .* >
23
24 # Drop pkg.depend.runpath attributes
25 <transform file -> \
26         delete pkg.depend.runpath .* >