From 6bbe9bf946d5d9288f2efd94163b22a700dab4c1 Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 4 Dec 2001 05:15:13 +0000 Subject: [PATCH] Only templates starting with Example will now be copied over, this is to make sure the user knows these templates are examples, and are provided as a starting place. --- Makefile | 2 +- Makefile.pkg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5f67690..18b57eb 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ install: rm yard/replacements/dev/ubd0 install -d /usr/share/gbootroot/yard/templates chmod 444 yard/templates/*.yard - cp -fa yard/templates/*.yard /usr/share/gbootroot/yard/templates + cp -fa yard/templates/Example* /usr/share/gbootroot/yard/templates cp -fa user-mode-linux/usr/bin/uml_* /usr/bin cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux install -d /etc/gbootroot diff --git a/Makefile.pkg b/Makefile.pkg index a027dd4..0bb99d5 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -13,7 +13,7 @@ install: install -d $(DESTDIR)/usr/share/gbootroot/yard/Replacements cp -fa yard/replacements/* $(DESTDIR)/usr/share/gbootroot/yard/Replacements install -d $(DESTDIR)/usr/share/gbootroot/yard/templates - cp -fa yard/templates/*.yard $(DESTDIR)/usr/share/gbootroot/yard/templates + cp -fa yard/templates/Example* $(DESTDIR)/usr/share/gbootroot/yard/templates cp -fa user-mode-linux/usr/bin/uml_* $(DESTDIR)/usr/bin cp -fa user-mode-linux/usr/bin/linux $(DESTDIR)/usr/bin/linux install -d $(DESTDIR)/etc/gbootroot