summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Bailey <alron@gentoo.org>2003-03-02 08:23:19 +0000
committerDean Bailey <alron@gentoo.org>2003-03-02 08:23:19 +0000
commitca73755ac8a5ea56efbb31f47b8816bd59e6e4bb (patch)
tree3e16e1b410639ab3a1d243a0fd1de69de88bf939 /media-sound/sulu
parentNew ebuild (~x86 masked) closes #12379 (diff)
downloadhistorical-ca73755ac8a5ea56efbb31f47b8816bd59e6e4bb.tar.gz
historical-ca73755ac8a5ea56efbb31f47b8816bd59e6e4bb.tar.bz2
historical-ca73755ac8a5ea56efbb31f47b8816bd59e6e4bb.zip
whoops, another small fix for hotplug usb stuff.
Diffstat (limited to 'media-sound/sulu')
-rw-r--r--media-sound/sulu/files/uproar.usermap (renamed from media-sound/sulu/files/usb.usermap)0
-rw-r--r--media-sound/sulu/sulu-0.15.ebuild6
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/sulu/files/usb.usermap b/media-sound/sulu/files/uproar.usermap
index a9d463b9b580..a9d463b9b580 100644
--- a/media-sound/sulu/files/usb.usermap
+++ b/media-sound/sulu/files/uproar.usermap
diff --git a/media-sound/sulu/sulu-0.15.ebuild b/media-sound/sulu/sulu-0.15.ebuild
index d48de652932e..b894fb590d17 100644
--- a/media-sound/sulu/sulu-0.15.ebuild
+++ b/media-sound/sulu/sulu-0.15.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/sulu/sulu-0.15.ebuild,v 1.2 2003/03/02 05:27:44 alron Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sulu/sulu-0.15.ebuild,v 1.3 2003/03/02 08:23:19 alron Exp $
DESCRIPTION="Samsung Uproar Linux Utility (sulu)"
HOMEPAGE="http://www.cs.toronto.edu/~kal/sulu/index.html"
@@ -30,8 +30,8 @@ src_install() {
doexe sulu
exeinto /etc/hotplug/usb
doexe ${FILESDIR}/uproar
- insinto /etc/hotplug
- doins ${FILESDIR}/usb.usermap
+ insinto /etc/hotplug/usb
+ doins ${FILESDIR}/uproar.usermap
}
pkg_postinst() {
einfo "Remember to enable hotplug in your kernel and in"