diff --git a/src/makestaticdist.sh b/src/makestaticdist.sh index 33c33f6e..3fe30fd4 100644 --- a/src/makestaticdist.sh +++ b/src/makestaticdist.sh @@ -2,7 +2,7 @@ #set -x # A shell-script to make a recoll static binary distribution: -TAR=/usr/bin/tar +TAR=tar targetdir=${targetdir-/tmp} diff --git a/src/recollinstall b/src/recollinstall index 06c3ad9b..b3d8e95f 100755 --- a/src/recollinstall +++ b/src/recollinstall @@ -28,28 +28,45 @@ if test $# != 1 ; then fi targetdir=$1 -echo "Installing to $targetdir" +echo "Installing binaries to $targetdir" test -x qtgui/recoll || fatal "qtgui/recoll does not exist." \ " You need to build first." -install qtgui/recoll $targetdir/bin/recoll -install index/recollindex $targetdir/bin/recollindex - -if test -d $HOME/.recoll ; then - cat <