From: Nigel McNie Date: Mon, 26 May 2008 11:11:57 +0000 (+1200) Subject: Put the tks script and WRMS libraries in the right place. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8a8a9812371d43ac1ca1867abfd5520c8ffedb67;p=tks.git Put the tks script and WRMS libraries in the right place. --- diff --git a/debian/rules b/debian/rules index 9390c16..65dbe9a 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,9 @@ binary: dh_installdeb dh_installdirs - dh_install + #dh_install + cp $(CURDIR)/tks.pl $(CURDIR)/debian/tks/usr/bin/tks + cp -R $(CURDIR)/lib/WRMS* $(CURDIR)/debian/tks/usr/share/perl5 dh_gencontrol dh_md5sums diff --git a/debian/tks.dirs b/debian/tks.dirs new file mode 100644 index 0000000..9c71509 --- /dev/null +++ b/debian/tks.dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/perl5