mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
We all need one of these.
This commit is contained in:
parent
8153cd55dc
commit
c76151ddd4
17
Makefile
Normal file
17
Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
all:
|
||||
|
||||
install:
|
||||
install -d /usr/bin
|
||||
cp -fa gBootRoot /usr/bin/gBootRoot
|
||||
install -d /usr/share/perl5/gBootRoot
|
||||
cp -fa *.pm /usr/share/perl5/gBootRoot
|
||||
install -d /usr/share/gbootroot/yard/replacements
|
||||
cp -fa yard/replacements/* /usr/share/gbootroot/yard/replacements
|
||||
install -d /usr/share/gbootroot/yard/templates
|
||||
chmod 444 yard/templates/*.yard
|
||||
cp -fa yard/templates/*.yard /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
|
||||
|
||||
remove:
|
Loading…
x
Reference in New Issue
Block a user