17072972 /usr/bin/includeres should not have facet.devel=true
authorVladimir Marek <Vladimir.Marek@oracle.com>
Thu, 11 Jul 2013 22:05:37 +0200
changeset 1398 a5a1adab80b0
parent 1397 5bfdc9708efe
child 1399 8f4b38fe52ad
17072972 /usr/bin/includeres should not have facet.devel=true
components/psutils/psutils.p5m
transforms/devel
--- a/components/psutils/psutils.p5m	Tue Jul 16 13:20:44 2013 -0700
+++ b/components/psutils/psutils.p5m	Thu Jul 11 22:05:37 2013 +0200
@@ -50,7 +50,7 @@
 file path=usr/bin/fixwpps
 file path=usr/bin/fixwwps
 file path=usr/bin/getafm
-file path=usr/bin/includeres
+file path=usr/bin/includeres facet.devel=false
 file path=usr/bin/psbook
 file path=usr/bin/psmerge
 file path=usr/bin/psnup
@@ -71,7 +71,7 @@
 file path=usr/share/man/man1/fixwpps.1
 file path=usr/share/man/man1/fixwwps.1
 file path=usr/share/man/man1/getafm.1
-file path=usr/share/man/man1/includeres.1
+file path=usr/share/man/man1/includeres.1 facet.devel=false
 file path=usr/share/man/man1/psbook.1
 file path=usr/share/man/man1/psmerge.1
 file path=usr/share/man/man1/psnup.1
@@ -84,24 +84,3 @@
     desc="psutils - PostScript utilities" \
     name="psutils - PostScript utilities"
 license psutils.license license="psutils license"
-link path=usr/sfw/bin/epsffit target=../../bin/epsffit
-link path=usr/sfw/bin/extractres target=../../bin/extractres
-link path=usr/sfw/bin/fixdlsrps target=../../bin/fixdlsrps
-link path=usr/sfw/bin/fixfmps target=../../bin/fixfmps
-link path=usr/sfw/bin/fixmacps target=../../bin/fixmacps
-link path=usr/sfw/bin/fixpsditps target=../../bin/fixpsditps
-link path=usr/sfw/bin/fixpspps target=../../bin/fixpspps
-link path=usr/sfw/bin/fixscribeps target=../../bin/fixscribeps
-link path=usr/sfw/bin/fixtpps target=../../bin/fixtpps
-link path=usr/sfw/bin/fixwfwps target=../../bin/fixwfwps
-link path=usr/sfw/bin/fixwpps target=../../bin/fixwpps
-link path=usr/sfw/bin/fixwwps target=../../bin/fixwwps
-link path=usr/sfw/bin/getafm target=../../bin/getafm
-link path=usr/sfw/bin/includeres target=../../bin/includeres
-link path=usr/sfw/bin/psbook target=../../bin/psbook
-link path=usr/sfw/bin/psmerge target=../../bin/psmerge
-link path=usr/sfw/bin/psnup target=../../bin/psnup
-link path=usr/sfw/bin/psresize target=../../bin/psresize
-link path=usr/sfw/bin/psselect target=../../bin/psselect
-link path=usr/sfw/bin/pstops target=../../bin/pstops
-link path=usr/sfw/bin/showchar target=../../bin/showchar
--- a/transforms/devel	Tue Jul 16 13:20:44 2013 -0700
+++ b/transforms/devel	Thu Jul 11 22:05:37 2013 +0200
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 # header files
@@ -43,3 +43,6 @@
 # autoconf macros
 <transform dir file link hardlink path=.*/aclocal(/.*\.m4){0,1}$ -> \
     default facet.devel all>
+
+# delete facet.devel completely if it's set to 'false' in the p5m
+<transform dir file link hardlink -> delete facet.devel false>