mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Same comments as apply to Makefile.pkg.
This commit is contained in:
parent
4050413657
commit
155e299e6a
5
Makefile
5
Makefile
@ -4,7 +4,8 @@ all: install
|
|||||||
install:
|
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
|
install -d /usr/lib/bootroot
|
||||||
|
cp -fa yard_chrooted_tests /usr/lib/bootroot/yard_chrooted_tests
|
||||||
cp -fa yard/scripts/make_debian /usr/bin/make_debian
|
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
|
||||||
@ -27,7 +28,7 @@ install:
|
|||||||
|
|
||||||
remove:
|
remove:
|
||||||
rm /usr/bin/gbootroot
|
rm /usr/bin/gbootroot
|
||||||
rm /usr/bin/yard_chrooted_tests
|
rm /usr/lib/bootroot/yard_chrooted_tests
|
||||||
rm /usr/bin/make_debian
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user