diff options
-rw-r--r-- | perl-install/Makefile.drakxtools | 3 |
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) |