summaryrefslogtreecommitdiffstats
path: root/jack
diff options
context:
space:
mode:
Diffstat (limited to 'jack')
-rwxr-xr-xjack/build/jack.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/jack/build/jack.SlackBuild b/jack/build/jack.SlackBuild
index c8a5d99b..da507897 100755
--- a/jack/build/jack.SlackBuild
+++ b/jack/build/jack.SlackBuild
@@ -52,11 +52,11 @@ BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-"alien"}
-DOCS="AUTHORS COPYING* README TODO"
-
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)
+DOCS="AUTHORS COPYING* README TODO $SRCDIR/00README"
+
# Place to build (TMP) package (PKG) and output (OUTPUT) the program:
TMP=${TMP:-/tmp/build}
PKG=$TMP/package-$PRGNAM