mirror of https://github.com/fspc/gbootroot.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
527 B
17 lines
527 B
24 years ago
|
|
||
|
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:
|