summaryrefslogtreecommitdiffstats
path: root/source/ap/mpg123/mpg123.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/mpg123/mpg123.SlackBuild')
-rwxr-xr-xsource/ap/mpg123/mpg123.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/ap/mpg123/mpg123.SlackBuild b/source/ap/mpg123/mpg123.SlackBuild
index 5ac3b53a6..414ebdb9d 100755
--- a/source/ap/mpg123/mpg123.SlackBuild
+++ b/source/ap/mpg123/mpg123.SlackBuild
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2006-2010 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2006-2011 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -146,8 +146,10 @@ fi
# Add a documentation directory:
mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
cp -a \
- AUTHORS COPYING INSTALL NEWS* README TODO doc \
+ AUTHORS COPYING* ChangeLog INSTALL NEWS* README* TODO doc \
$PKG/usr/doc/${PKGNAM}-$VERSION
+# ^^^^^^^^^
+# The ChangeLog is only a (small) pointer to an online ChangeLog...
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc