Index: PingTunnel/Makefile
===================================================================
--- PingTunnel.orig/Makefile	2009-07-30 05:00:10.000000000 +0200
+++ PingTunnel/Makefile	2009-07-30 05:00:22.000000000 +0200
@@ -12,8 +12,8 @@
 WIN32_LDOPTS = -lwpcap -lwsock32 -L"c:\Program Files\WpdPack\Lib"
 WIN32_PT_OBJS = ptunnel.obj md5.obj
 
-prefix		= /usr
-bindir		= $(prefix)/bin
+prefix		= $(DESTDIR)/usr
+bindir		= $(prefix)/sbin
 mandir		= $(prefix)/share/man/man8
 
 all: ptunnel
