I applied the upstream patch to debian/rules, fixed one typo in that
patch and the problem seems to be gone. Find the patch against
debian/rules attached.

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums)         [EMAIL PROTECTED]
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                 send no mail to [EMAIL PROTECTED]
--- debian/rules.orig   2006-07-30 13:22:34.000000000 +0800
+++ debian/rules        2006-07-30 13:49:08.000000000 +0800
@@ -218,8 +218,10 @@
        install -m 755 -g root -d $(tmp)/usr/share/man/man8
        #
        install -s -m 755 -g root src/squid $(tmp)/usr/sbin
-       install -s -m 755 -g root src/unlinkd src/fs/diskd-daemon \
-               $(tmp)/usr/lib/squid
+       install -s -m 755 -g root src/unlinkd \
+               $(tmp)/usr/lib/squid/
+       install -s -m 755 -g root src/fs/diskd-daemon \
+               $(tmp)/usr/lib/squid/diskd_daemon
        #install -s -m 4754 -g proxy src/pinger $(tmp)/usr/lib/squid
        #
        install -m 644 -g root debian/logrotate \

Reply via email to