[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#396192: Typo in find command in debian/rules



Package: apache2
Version: 2.2.3-2

Hi,

The latest release has this line in debian/rules:

        for pkg in `awk '/^Package:/ { print $$2 }' debian/control`; do \
                find debian/$$pkg/ -name .svn -exec rm -rf {} + ; \
        done

Unless I'm missing some strange new-fashioned find syntax, the find
command should instead be sth like
(at least the above didn't work with findutils_4.1.20-6):

                find debian/$$pkg/ -name .svn -exec rm -rf {} \; ; \

Regards,
Wolfram.




Reply to: