diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-05-07 09:36:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:58:41 +0700 |
commit | 5aa0adf237016e6d3472eaad4daa2ae029db3a03 (patch) | |
tree | 61215a8e973a33daf808b2096907d14c4d6e68ff /desktop/xed/xed.SlackBuild | |
parent | 99271cb048d5904d8f10eea2983161cf4d09f927 (diff) | |
download | slackbuilds-5aa0adf237016e6d3472eaad4daa2ae029db3a03.tar.gz |
desktop/xed: Updated for version 1.4.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/xed/xed.SlackBuild')
-rw-r--r-- | desktop/xed/xed.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/xed/xed.SlackBuild b/desktop/xed/xed.SlackBuild index 1de7585867..5a9eee3806 100644 --- a/desktop/xed/xed.SlackBuild +++ b/desktop/xed/xed.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # -# Slackware build script for xed. +# Slackware build script for xed. # # Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. @@ -21,7 +21,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xed -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,6 @@ CXXFLAGS="$SLKCFLAGS" \ --with-gtk=3.0 \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ - --libexecdir="/usr/lib/xed" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ |