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:
parent
73147577e2
commit
6bbe9bf946
2
Makefile
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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user