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.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to