diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-05-09 11:40:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:35:58 +0700 |
commit | 61bfa9e37d7585eb6cb192d1be7df967b81559db (patch) | |
tree | 8db5b8d137813f440e2bf918376e5085e77dec76 /desktop/spectrwm/spectrwm.SlackBuild | |
parent | eb094c016a854d2f742edf5efe9bcfa7d31f37e0 (diff) |
desktop/spectrwm: Updated for version 2.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/spectrwm/spectrwm.SlackBuild')
-rw-r--r-- | desktop/spectrwm/spectrwm.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild index 7204f00960fbb..90b88d0c47f91 100644 --- a/desktop/spectrwm/spectrwm.SlackBuild +++ b/desktop/spectrwm/spectrwm.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spectrwm -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,7 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -gzip -dc $CWD/patches/01-spectrwm_1_manual.diff.gz |patch -p1 cd linux CFLAGS="$SLKCFLAGS" make \ PREFIX=/usr \ |