Hello List, i am trying to build my own Debian Squid package and run into the following error: ... install -m 750 -o proxy -g proxy -d debian/tmp/var/log/squid install -m 750 -o proxy -g proxy -d debian/tmp/var/spool/squid install -p -d -o root -g root -m 755 debian/tmp/usr/share/man/man8 install -p -o root -g root -m 755 -s src/squid debian/tmp/usr/sbin install -p -o root -g root -m 755 -s src/unlinkd src/fs/diskd-daemon debian/tmp/usr/lib/squid install: cannot stat `src/fs/diskd-daemon': No such file or directory make: *** [binary-arch] Error 1 :/tmp/squid-deb/squid-3.0.STABLE8# # ls src/fs/ aufs coss diskd libcoss.a libnull.a libufs.a Makefile Makefile.am Makefile.in null ufs any idea how i could fix this? Thanks, Mario