Browse Source

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.
master
freesource 23 years ago
parent
commit
6bbe9bf946
  1. 2
      Makefile
  2. 2
      Makefile.pkg

2
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

2
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

Loading…
Cancel
Save