diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-01-19 09:23:33 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-01-19 09:23:33 +0000 |
commit | a3a97ed3895f7532818723fc0e1fc8ebbca047d2 (patch) | |
tree | b33a35ebb2b9bdd07a8f806c5617f3cdfe38e698 /sys-libs/libchipcard | |
parent | Added web.py-0.2 to the tree. (diff) | |
download | gentoo-2-a3a97ed3895f7532818723fc0e1fc8ebbca047d2.tar.gz gentoo-2-a3a97ed3895f7532818723fc0e1fc8ebbca047d2.tar.bz2 gentoo-2-a3a97ed3895f7532818723fc0e1fc8ebbca047d2.zip |
libchipcard: fix some paths
(Portage version: 2.1.2-r1)
Diffstat (limited to 'sys-libs/libchipcard')
-rw-r--r-- | sys-libs/libchipcard/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libchipcard/libchipcard-3.0.2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-libs/libchipcard/ChangeLog b/sys-libs/libchipcard/ChangeLog index c7a679fcd053..da83e6dc0a57 100644 --- a/sys-libs/libchipcard/ChangeLog +++ b/sys-libs/libchipcard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libchipcard # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/ChangeLog,v 1.48 2007/01/17 04:42:18 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/ChangeLog,v 1.49 2007/01/19 09:23:33 hanno Exp $ + + 19 Jan 2007; Hanno Boeck <hanno@gentoo.org> libchipcard-3.0.2.ebuild: + Fix some paths, no bump cause a new release will come soon anyway. *libchipcard-3.0.2 (17 Jan 2007) diff --git a/sys-libs/libchipcard/libchipcard-3.0.2.ebuild b/sys-libs/libchipcard/libchipcard-3.0.2.ebuild index 6a8b4b0e9b49..802e6e96be3f 100644 --- a/sys-libs/libchipcard/libchipcard-3.0.2.ebuild +++ b/sys-libs/libchipcard/libchipcard-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/libchipcard-3.0.2.ebuild,v 1.1 2007/01/17 04:42:18 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/libchipcard-3.0.2.ebuild,v 1.2 2007/01/19 09:23:33 hanno Exp $ MY_P="${PN}3-${PV}" DESCRIPTION="Libchipcard is a library for easy access to chip cards via chip card readers (terminals)." @@ -25,7 +25,6 @@ src_compile() { `use_enable ssl` \ `use_enable debug` \ `use_enable usb libusb` \ - --datadir=/usr/lib/chipcard3-server \ --localstatedir=/var \ --enable-pcsc || die @@ -37,7 +36,7 @@ src_install() { keepdir /var/log/chipcard3 \ /var/lib/chipcard3/newcerts \ - /usr/lib/chipcard3-server/lowlevel + /usr/lib/chipcard3/server/lowlevel doinitd ${FILESDIR}/chipcardd3 |