X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/blobdiff_plain/8b5dfb5e49592abe7e426d0dd06818a0175a9ee3..98d5858261eb6f810ad8d3181855ba4b2ca9b2b0:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index 6fdd631..1e1d915 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,7 @@ source: make -C deb-build dist PACKAGE=checkpath mkdir deb-build/=deb= cd deb-build/=deb=; tar xvfz ../*.tar.gz - d=/home/mdw/src/chkpath; cd ..; dpkg-source -i -b $$d/deb-build/=deb=/* + d=`pwd`; cd ..; dpkg-source -i -b $$d/deb-build/=deb=/* rm -rf deb-build/=deb= .PHONY: binary binary-arch binary-indep clean install source