From 18cf3a25f834a527f36537a83819cbf5e39f1539 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 26 Nov 2001 16:33:03 +0000 Subject: remove unneeded files (*.bs and .exists) --- perl-install/Makefile.drakxtools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 316ff9b37..e0f6b3523 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -48,6 +48,7 @@ install: for i in $(HAVEINST_DIRS); do \ $(MAKE) -C $$i install PREFIX=$(PREFIX) DATADIR=$(DATADIR) NAME=$(NAME) ; \ - done + done + find auto -follow -name .exists -o -name "*.bs" | xargs rm -f cp -rfL auto icons $(LIBDEST) -- cgit v1.2.1