From: Marc Cromme Date: Fri, 15 Aug 2003 14:05:21 +0000 (+0000) Subject: still one bug: robot not build in debian/tclrobot , but in debian/tmp X-Git-Tag: tclrobot.0.2.0~3 X-Git-Url: http://git.indexdata.com/?p=tclrobot.git;a=commitdiff_plain;h=af1e4856fa9fc521f7e9a1d713fe65e86b8f9890 still one bug: robot not build in debian/tclrobot , but in debian/tmp --- diff --git a/Makefile.in b/Makefile.in index 725d9c1..b726e03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # Makefile for Tcl Web Robot -# $Id: Makefile.in,v 1.6 2003/08/15 12:49:03 marc Exp $ +# $Id: Makefile.in,v 1.7 2003/08/15 14:05:21 marc Exp $ SHELL=/bin/sh # Version @@ -58,3 +58,4 @@ clean: install: $(INSTALL) -D tclrobot$(SHLIB_SUFFIX) $(LIBDIR)/libtclrobot$(SHLIB_SUFFIX) + $(INSTALL) -D robot.tcl $(BINDIR)/tclrobot diff --git a/debian/libtclrobot-tcl.install b/debian/libtclrobot-tcl.install index 5310ce3..d25d7b5 100644 --- a/debian/libtclrobot-tcl.install +++ b/debian/libtclrobot-tcl.install @@ -1 +1 @@ -debian/tmp/usr/lib/libtclsqlite.so* +debian/tmp/usr/lib/libtclrobot.so* diff --git a/debian/tclrobot.dirs b/debian/tclrobot.dirs new file mode 100644 index 0000000..74c5069 --- /dev/null +++ b/debian/tclrobot.dirs @@ -0,0 +1,2 @@ +usr/bin + diff --git a/debian/tclrobot.docs b/debian/tclrobot.docs new file mode 100644 index 0000000..100b938 --- /dev/null +++ b/debian/tclrobot.docs @@ -0,0 +1 @@ +README \ No newline at end of file diff --git a/debian/tclrobot.install b/debian/tclrobot.install new file mode 100644 index 0000000..c9edd5b --- /dev/null +++ b/debian/tclrobot.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/tclrobot debian/tclrobot/usr/bin/tclrobot