summaryrefslogtreecommitdiffstats
path: root/rxvt-unicode
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-09-12 21:43:47 +0000
committer Eric Hameleers <alien@slackware.com>2006-09-12 21:43:47 +0000
commiteaf7892aa2b27b0cbe40aadbea68b64664aac67b (patch)
tree1bfffa0b6669bed6ea7c09053c2801a9c11652b0 /rxvt-unicode
parent98fefc89396a63300dac1a755ca79211bd08114c (diff)
downloadasb-eaf7892aa2b27b0cbe40aadbea68b64664aac67b.tar.gz
asb-eaf7892aa2b27b0cbe40aadbea68b64664aac67b.tar.xz
Added more files to docdir (especially a terminfo file)
Diffstat (limited to 'rxvt-unicode')
-rwxr-xr-xrxvt-unicode/build/rxvt-unicode.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/rxvt-unicode/build/rxvt-unicode.SlackBuild b/rxvt-unicode/build/rxvt-unicode.SlackBuild
index af291952..7ffb09ba 100755
--- a/rxvt-unicode/build/rxvt-unicode.SlackBuild
+++ b/rxvt-unicode/build/rxvt-unicode.SlackBuild
@@ -13,6 +13,10 @@
# Changelog:
# 7.9-1: 02/Sep/2006 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 7.9-2: 12/Sep/2006 by Eric Hameleers <alien@slackware.com>
+# * Added a terminfo to the doc directory. If you get the error
+# "rxvt-unicode: unknown terminal type", copy the .terminfo file
+# as /usr/share/terminfo/rxvt-unicode.
#
# Run 'sh SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -26,7 +30,7 @@
PRGNAM=rxvt-unicode
VERSION=${VERSION:-7.9}
ARCH=${ARCH:-i486}
-BUILD=1
+BUILD=2
# Where do we look for sources?
CWD=`pwd`
@@ -46,7 +50,8 @@ set -u
P1=${1:-1}
-DOCS="doc/README.xvt doc/changes.txt"
+DOCS="COPYING Changes MANIFEST README* doc/README.xvt \
+ doc/changes.txt doc/embed* doc/rxvt-tabbed doc/etc/rxvt-unicode.term*"
# Input URL: http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-7.9.tar.bz2
SOURCE="${PRGNAM}-${VERSION}.tar.bz2"