From e7f82de654c8fe49b9e3cf83a48b39df9e17fd85 Mon Sep 17 00:00:00 2001
From: Richard Lowe <richlowe@richlowe.net>
Date: Sun, 18 Aug 2019 22:33:35 +0200
Subject: [PATCH] Generate more useful sample manifests:

---
 components/developer/gcc49/gcc-49.p5m |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/components/developer/gcc49/gcc-49.p5m b/components/developer/gcc49/gcc-49.p5m
index 84e9200..498b3b2 100644
--- a/components/developer/gcc49/gcc-49.p5m
+++ b/components/developer/gcc49/gcc-49.p5m
@@ -15,19 +15,19 @@
 #
 
 <transform file path=usr/gcc/4.9/bin/+ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/cc1plus$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/fixinc.sh$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/mkinstalldirs$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/fixincl$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/mkheaders$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/gengtype$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/f951$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/collect2$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/lto1$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/cc1$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/cc1obj$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/cc1plus$ -> default mode 0555>
-<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/lto-wrapper$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/cc1plus$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/install-tools/fixinc.sh$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/install-tools/mkinstalldirs$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/install-tools/fixincl$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/install-tools/mkheaders$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/plugin/gengtype$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/f951$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/collect2$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/lto1$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/cc1$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/cc1obj$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/cc1plus$ -> default mode 0555>
+<transform file path=usr/gcc/4.9/lib/gcc/$(GNU_TRIPLET)/$(COMPONENT_VERSION)/lto-wrapper$ -> default mode 0555>
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 <transform file path=.*\.py$ -> default pkg.tmp.autopyc false>

--
Gitblit v1.9.3