mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/xlt: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4b4af40076
commit
11570fbb37
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue