aboutsummaryrefslogtreecommitdiff
path: root/media/sound
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-12-10 15:16:07 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-12-10 15:16:07 +0000
commit9fbf8812983a2816f1d6534bfb91c891e08dbe34 (patch)
tree8148578241533490edcdec599f4861390851913d /media/sound
parentba2d2320b09bb6aebecd9fe6238be241d19031e1 (diff)
downloadslackbuilds-9fbf8812983a2816f1d6534bfb91c891e08dbe34.tar.gz
slackbuilds-9fbf8812983a2816f1d6534bfb91c891e08dbe34.tar.bz2
audacity: updated documentation
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1530 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'media/sound')
-rwxr-xr-xmedia/sound/audacity/audacity.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/sound/audacity/audacity.SlackBuild b/media/sound/audacity/audacity.SlackBuild
index 97a2a1f5..03ab3e5a 100755
--- a/media/sound/audacity/audacity.SlackBuild
+++ b/media/sound/audacity/audacity.SlackBuild
@@ -111,7 +111,7 @@ make install DESTDIR="$PKG" || exit $ERROR_INSTALL
)
# Install documentation
-DOCS="NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.*"
+DOCS="LICENSE.txt Makefile.in README.txt"
mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR
for doc in $DOCS; do
if [ -f "$doc" ]; then