From c0c2ddfd735afa6d879e593657088ab2666a1f64 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 12 Dec 2001 04:56:23 +0000 Subject: [PATCH] This removes everything in arch-dep directory /usr/lib/bootroot --- Makefile | 3 +-- Makefile.pkg | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4b5096e..cc1bcab 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,7 @@ install: remove: rm /usr/bin/gbootroot - rm /usr/lib/bootroot/yard_chrooted_tests - rm /usr/lib/bootroot/genext2fs + rm -rf /usr/lib/bootroot rm /usr/bin/make_debian rm /usr/share/perl5/BootRoot/* rmdir /usr/share/perl5/BootRoot diff --git a/Makefile.pkg b/Makefile.pkg index 6d7e0a3..099571b 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -36,8 +36,7 @@ install: remove: rm /usr/bin/gbootroot - rm /usr/lib/bootroot/yard_chrooted_tests - rm /usr/lib/bootroot/genext2fs + rm -rf /usr/lib/bootroot rm /usr/bin/make_debian rm /usr/share/perl5/BootRoot/* rmdir /usr/share/perl5/BootRoot