diff options
author | Andrew Antle <andrew.antle@gmail.com> | 2010-11-23 21:01:08 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-24 22:00:28 +0100 |
commit | 1db0e601f158a9323586c3a0030348043e0a5063 (patch) | |
tree | 634648cb6739d05b9c55e6ae0ef58bd8824c86dc /audio/audacity | |
parent | b1ee7bd3ce57fc89bd2c940cc7bbd0d7ec3abb32 (diff) | |
download | slackbuilds-1db0e601f158a9323586c3a0030348043e0a5063.tar.gz |
audio/audacity: Correct typo in SlackBuild
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/audacity.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild index 50ce096c69..0f8a11378c 100644 --- a/audio/audacity/audacity.SlackBuild +++ b/audio/audacity/audacity.SlackBuild @@ -121,7 +121,7 @@ install -D -m 0644 $CWD/audacity.desktop \ install -D -m 0644 images/AudacityLogo48x48.xpm \ $PKG/usr/share/pixmaps/audacity.xpm -# Move manpage directory to proper loacation; pages are gzipped already +# Move manpage directory to proper location; pages are gzipped already mv $PKG/usr/share/man $PKG/usr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |