]> git.mjollnir.org Git - tks.git/commitdiff
Put the tks script and WRMS libraries in the right place.
authorNigel McNie <nigel@catalyst.net.nz>
Mon, 26 May 2008 11:11:57 +0000 (23:11 +1200)
committerNigel McNie <nigel@catalyst.net.nz>
Mon, 26 May 2008 11:11:57 +0000 (23:11 +1200)
debian/rules
debian/tks.dirs [new file with mode: 0644]

index 9390c161488844e530c3513e587dfcb84dedb085..65dbe9af4b55bc405ffbce31623a00387f8b1b6b 100755 (executable)
@@ -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 (file)
index 0000000..9c71509
--- /dev/null
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/perl5