Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10200 - xosd-1.0.2 ebuild doesn't install 'xosd-config'
Summary: xosd-1.0.2 ebuild doesn't install 'xosd-config'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 09:43 UTC by Benjamin Ritcey
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Ritcey 2002-11-04 09:43:14 UTC
The ebuild just needs to install xosd-config along with everything else:

--- xosd-1.0.2.ebuild.orig	2002-11-04 10:36:19.000000000 -0500
+++ xosd-1.0.2.ebuild	2002-11-04 10:36:44.000000000 -0500
@@ -32,6 +32,7 @@
 	dolib.a src/libxosd/.libs/libxosd.a
 	dolib.so src/libxosd/.libs/libxosd.so.1
 	dobin src/.libs/osd_cat
+	dobin script/xosd-config
 	doman man/*.1 man/*.3
 	dodoc AUTHORS ChangeLog NEWS COPYING README
 }
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-11-05 05:42:37 UTC
Fixed, thanks for finding this!