More Debian fixes.
authormdw <mdw>
Tue, 11 Nov 2003 00:28:16 +0000 (00:28 +0000)
committermdw <mdw>
Tue, 11 Nov 2003 00:28:16 +0000 (00:28 +0000)
debian/.cvsignore [new file with mode: 0644]
debian/rules

diff --git a/debian/.cvsignore b/debian/.cvsignore
new file mode 100644 (file)
index 0000000..09b3736
--- /dev/null
@@ -0,0 +1,2 @@
+files tmp substvars *.substvars *.debhelper
+libcheckpath libcheckpath-dev
index 6fdd631..1e1d915 100755 (executable)
@@ -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