diff options
author | Gilcio Amaral <gilcio.amaral@gmail.com> | 2011-05-10 10:42:56 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-10 10:42:56 -0500 |
commit | faf2a7e80e5f0eed88c31d717b6a462888aa252e (patch) | |
tree | 2b56fe0ee0f069fa5795f2b987f3e1f5b0e662ac /office/tellico/tellico.SlackBuild | |
parent | 7bcadc2d399c552501150f69bec92829b6d6da93 (diff) | |
download | slackbuilds-faf2a7e80e5f0eed88c31d717b6a462888aa252e.tar.gz |
office/tellico: Updated for version 2.3.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/tellico/tellico.SlackBuild')
-rw-r--r-- | office/tellico/tellico.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/office/tellico/tellico.SlackBuild b/office/tellico/tellico.SlackBuild index 97cc92d030..8c8d21fe05 100644 --- a/office/tellico/tellico.SlackBuild +++ b/office/tellico/tellico.SlackBuild @@ -27,7 +27,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tellico -VERSION=${VERSION:-2.3.2} +VERSION=${VERSION:-2.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,10 +83,9 @@ cd build -DMAN_INSTALL_DIR=/usr/man \ -DENABLE_WEBCAM=true \ -DCMAKE_BUILD_TYPE=Release .. - make VERBOSE=1 make install VERBOSE=1 DESTDIR=$PKG -cd - +cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |