diff --git a/debian/rules b/debian/rules index 77bddce..c77eb1a 100644 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export DESTDIR = ../debian/tmp +export DESTDIR = $(CURDIR)/debian/tmp %: dh $@ @@ -10,4 +10,4 @@ override_dh_auto_build: override_dh_auto_install: ./make.sh install - dh_auto_install \ No newline at end of file + dh_auto_install