mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
Adds make_debian
This commit is contained in:
@@ -5,6 +5,7 @@ install:
|
||||
install -d /usr/bin
|
||||
cp -fa gbootroot /usr/bin/gbootroot
|
||||
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
|
||||
cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot
|
||||
install -d /usr/share/gbootroot/yard/Replacements
|
||||
@@ -20,6 +21,7 @@ install:
|
||||
remove:
|
||||
rm /usr/bin/gbootroot
|
||||
rm /usr/bin/yard_chrooted_tests
|
||||
rm /usr/bin/make_debian
|
||||
rm /usr/share/perl5/BootRoot/*
|
||||
rmdir /usr/share/perl5/BootRoot
|
||||
rm -rf /usr/share/gbootroot
|
||||
|
||||
Reference in New Issue
Block a user