1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

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.
This commit is contained in:
freesource 2001-12-04 05:15:13 +00:00
parent 73147577e2
commit 6bbe9bf946
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ install:
rm yard/replacements/dev/ubd0 rm yard/replacements/dev/ubd0
install -d /usr/share/gbootroot/yard/templates install -d /usr/share/gbootroot/yard/templates
chmod 444 yard/templates/*.yard 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/uml_* /usr/bin
cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux
install -d /etc/gbootroot install -d /etc/gbootroot

View File

@ -13,7 +13,7 @@ install:
install -d $(DESTDIR)/usr/share/gbootroot/yard/Replacements install -d $(DESTDIR)/usr/share/gbootroot/yard/Replacements
cp -fa yard/replacements/* $(DESTDIR)/usr/share/gbootroot/yard/Replacements cp -fa yard/replacements/* $(DESTDIR)/usr/share/gbootroot/yard/Replacements
install -d $(DESTDIR)/usr/share/gbootroot/yard/templates 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/uml_* $(DESTDIR)/usr/bin
cp -fa user-mode-linux/usr/bin/linux $(DESTDIR)/usr/bin/linux cp -fa user-mode-linux/usr/bin/linux $(DESTDIR)/usr/bin/linux
install -d $(DESTDIR)/etc/gbootroot install -d $(DESTDIR)/etc/gbootroot