mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
Adds make_debian
This commit is contained in:
parent
17491dd378
commit
5f24e6e554
2
Makefile
2
Makefile
@ -5,6 +5,7 @@ install:
|
|||||||
install -d /usr/bin
|
install -d /usr/bin
|
||||||
cp -fa gbootroot /usr/bin/gbootroot
|
cp -fa gbootroot /usr/bin/gbootroot
|
||||||
cp -fa yard_chrooted_tests /usr/bin/yard_chrooted_tests
|
cp -fa yard_chrooted_tests /usr/bin/yard_chrooted_tests
|
||||||
|
cp -fa yard/scripts/make_debian /usr/bin/make_debian
|
||||||
install -d /usr/share/perl5/BootRoot
|
install -d /usr/share/perl5/BootRoot
|
||||||
cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot
|
cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot
|
||||||
install -d /usr/share/gbootroot/yard/Replacements
|
install -d /usr/share/gbootroot/yard/Replacements
|
||||||
@ -20,6 +21,7 @@ install:
|
|||||||
remove:
|
remove:
|
||||||
rm /usr/bin/gbootroot
|
rm /usr/bin/gbootroot
|
||||||
rm /usr/bin/yard_chrooted_tests
|
rm /usr/bin/yard_chrooted_tests
|
||||||
|
rm /usr/bin/make_debian
|
||||||
rm /usr/share/perl5/BootRoot/*
|
rm /usr/share/perl5/BootRoot/*
|
||||||
rmdir /usr/share/perl5/BootRoot
|
rmdir /usr/share/perl5/BootRoot
|
||||||
rm -rf /usr/share/gbootroot
|
rm -rf /usr/share/gbootroot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user