From 75aca494aa4c58b43d76c6a91b1b2670e4836182 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 10 Apr 2009 18:39:18 +0200 Subject: [PATCH] Cosmetics. --- mkdeb.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mkdeb.sh b/mkdeb.sh index cc69852..bb1a890 100755 --- a/mkdeb.sh +++ b/mkdeb.sh @@ -27,9 +27,11 @@ VERSION=1.0-R$(cat REVISION_NUMBER) PACKAGE=/tmp/selector_${VERSION}_i386.deb + BIN_PATH="usr/bin" MAN_PATH="usr/share/man/man1" -make -k + +make -j -k || exit 1 TMP=`mktemp -d /tmp/deb.XXXXXX` @@ -51,8 +53,8 @@ Description: A command line for dynamic string-matching updated in real time to show only the matching lines. The main usage of selector is as an efficient search in the shell command history. With the correct option, it will inject the selected line - into the virtual tty input buffer, hence allowing the user to edit - the line and execute it as a standard command. + into the tty input buffer, hence allowing the user to edit the line + and execute it as a standard command. EOF cp ./selector ${TMP}/${BIN_PATH} -- 2.20.1