summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosch Pixa <darkspecter@gentoo.org>2003-05-09 15:56:32 +0000
committerBartosch Pixa <darkspecter@gentoo.org>2003-05-09 15:56:32 +0000
commit529b199cda588017f025932b552266a3c6fbfbba (patch)
tree0ae57620ef9fe2e96605b14168fac5af2363b71a /media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild
parent1.0.5 (requires python 2.2 now) (diff)
downloadgentoo-2-529b199cda588017f025932b552266a3c6fbfbba.tar.gz
gentoo-2-529b199cda588017f025932b552266a3c6fbfbba.tar.bz2
gentoo-2-529b199cda588017f025932b552266a3c6fbfbba.zip
minor symlink fix
Diffstat (limited to 'media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild')
-rw-r--r--media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild
index 7ff94a00839d..524f0c53d509 100644
--- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild
+++ b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild,v 1.1 2003/05/09 15:30:53 darkspecter Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild,v 1.2 2003/05/09 15:56:32 darkspecter Exp $
DESCRIPTION="Graphical patch bay for the ALSA sequencer API."
HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html"
@@ -39,3 +39,11 @@ src_install() {
einstall APB_DESKTOP_PREFIX=${D}/usr/share || die
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
}
+
+pkg_preinst() {
+ if [ -e ${D}/usr/bin/jack-patch-bay ]
+ then
+ rm ${D}/usr/bin/jack-patch-bay
+ ln -s alsa-patch-bay ${D}/usr/bin/jack-patch-bay
+ fi
+}