diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-06-28 23:21:52 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-29 00:36:36 -0500 |
commit | 424be1ba1bfa2f72bdb45a658062d0406d53bf04 (patch) | |
tree | 1ddd3d4e7388e531fd1dab305fce3ca7beac4805 /audio/audacity/doinst.sh | |
parent | 9296dedd5aecb5fbfaa15b55f0988021e6e2bfe9 (diff) | |
download | slackbuilds-424be1ba1bfa2f72bdb45a658062d0406d53bf04.tar.gz |
audio/audacity: Patched to build with ffmpeg-0.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/audacity/doinst.sh')
-rw-r--r-- | audio/audacity/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audacity/doinst.sh b/audio/audacity/doinst.sh index 21e9945eb9..9830478e8c 100644 --- a/audio/audacity/doinst.sh +++ b/audio/audacity/doinst.sh @@ -10,4 +10,5 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi -fi
\ No newline at end of file +fi + |