mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
Adds genext2fs.
This commit is contained in:
@@ -6,6 +6,7 @@ install:
|
||||
cp -fa gbootroot /usr/bin/gbootroot
|
||||
install -d /usr/lib/bootroot
|
||||
cp -fa yard_chrooted_tests /usr/lib/bootroot/yard_chrooted_tests
|
||||
cp -fa genext2fs/genext2fs /usr/lib/bootroot/genext2fs
|
||||
cp -fa yard/scripts/make_debian /usr/bin/make_debian
|
||||
install -d /usr/share/perl5/BootRoot
|
||||
cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot
|
||||
@@ -29,6 +30,7 @@ install:
|
||||
remove:
|
||||
rm /usr/bin/gbootroot
|
||||
rm /usr/lib/bootroot/yard_chrooted_tests
|
||||
rm /usr/lib/bootroot/genext2fs
|
||||
rm /usr/bin/make_debian
|
||||
rm /usr/share/perl5/BootRoot/*
|
||||
rmdir /usr/share/perl5/BootRoot
|
||||
|
||||
Reference in New Issue
Block a user