Browse Source

libraries/xlt: Align with template.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
B. Watson 3 years ago
committed by Willy Sudiarto Raharjo
parent
commit
11570fbb37
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      libraries/xlt/xlt.SlackBuild

4
libraries/xlt/xlt.SlackBuild

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
# Slackware build script for xlt
@ -10,8 +10,6 @@
# - remove useless INSTALL from doc dir.
# - i486 => i586.
set -e
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xlt

Loading…
Cancel
Save