summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-11-26 16:33:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-11-26 16:33:03 +0000
commit18cf3a25f834a527f36537a83819cbf5e39f1539 (patch)
treec7812d892c5532934e3dcba0915049b1b52f1687 /perl-install/Makefile.drakxtools
parentb6e2939d4c8c27047af793c17dac2ca66d8bd1da (diff)
downloaddrakx-backup-do-not-use-18cf3a25f834a527f36537a83819cbf5e39f1539.tar
drakx-backup-do-not-use-18cf3a25f834a527f36537a83819cbf5e39f1539.tar.gz
drakx-backup-do-not-use-18cf3a25f834a527f36537a83819cbf5e39f1539.tar.bz2
drakx-backup-do-not-use-18cf3a25f834a527f36537a83819cbf5e39f1539.tar.xz
drakx-backup-do-not-use-18cf3a25f834a527f36537a83819cbf5e39f1539.zip
remove unneeded files (*.bs and .exists)
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools3
1 files changed, 2 insertions, 1 deletions
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)