summaryrefslogtreecommitdiffstats
path: root/source/l/oniguruma/oniguruma.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/oniguruma/oniguruma.SlackBuild')
-rwxr-xr-xsource/l/oniguruma/oniguruma.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/l/oniguruma/oniguruma.SlackBuild b/source/l/oniguruma/oniguruma.SlackBuild
index cc9e19978..32cd2432f 100755
--- a/source/l/oniguruma/oniguruma.SlackBuild
+++ b/source/l/oniguruma/oniguruma.SlackBuild
@@ -119,12 +119,12 @@ cp -a \
doc \
$PKG/usr/doc/${PKGNAM}-$VERSION
-# If there's a ChangeLog, installing at least part of the recent history
+# If there's a HISTORY file, installing at least part of the recent history
# is useful, but don't let it get totally out of control:
-if [ -r ChangeLog ]; then
+if [ -r HISTORY ]; then
DOCSDIR=$(echo $PKG/usr/doc/${PKGNAM}-$VERSION)
- cat ChangeLog | head -n 1000 > $DOCSDIR/ChangeLog
- touch -r ChangeLog $DOCSDIR/ChangeLog
+ cat HISTORY | head -n 1000 > $DOCSDIR/HISTORY
+ touch -r HISTORY $DOCSDIR/HISTORY
fi
mkdir -p $PKG/install