diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-18 21:31:56 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-18 21:31:56 +0100 |
commit | 0725683ca3787d75eafee437130a0e9ee3390c4d (patch) | |
tree | 07ea00f05b4eb40d84e24963d67197ad4603d546 /sci-libs/libapogee | |
parent | 3883bd1b26a54922f2c89ba8df697944822168aa (diff) | |
download | brancik-overlay-0725683ca3787d75eafee437130a0e9ee3390c4d.tar.gz brancik-overlay-0725683ca3787d75eafee437130a0e9ee3390c4d.tar.bz2 |
Fix path for ${S} variable in indlib drivers and driver libs.
Diffstat (limited to 'sci-libs/libapogee')
-rw-r--r-- | sci-libs/libapogee/libapogee-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libapogee/libapogee-1.0.0.ebuild b/sci-libs/libapogee/libapogee-1.0.0.ebuild index d5b969f..2125093 100644 --- a/sci-libs/libapogee/libapogee-1.0.0.ebuild +++ b/sci-libs/libapogee/libapogee-1.0.0.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils eutils DESCRIPTION="Driver for the Apogee ALTA device drivers" HOMEPAGE="http://indilib.org" -SRC_URI="http://sourceforge.net/projects/indi/files/libindi_3rdparty.tar.gz" +SRC_URI="http://sourceforge.net/projects/indi/files/libindi_3rdparty_${PV}.tar.gz" LICENSE="LGPL-2" KEYWORDS="~amd64 ~x86 ~arm" @@ -20,4 +20,4 @@ DEPEND="virtual/libusb RDEPEND="${DEPEND}" -S="${WORKDIR}/libindi_3rdparty/${PN}"
\ No newline at end of file +S="${WORKDIR}/libindi_3rdparty-${PV}/${PN}"
\ No newline at end of file |