mirror of https://github.com/fspc/gbootroot.git
freesource
24 years ago
1 changed files with 17 additions and 0 deletions
@ -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…
Reference in new issue