diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-21 21:33:02 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-21 21:33:02 +0100 |
commit | 87245c998755ce37e13122448524664332584dab (patch) | |
tree | 495aac849179ad78fc684065a94ddaeae008860f | |
parent | 62c8f247fbedc11823fda67adf37fbdf6b2ce2a1 (diff) | |
download | brancik-overlay-87245c998755ce37e13122448524664332584dab.tar.gz brancik-overlay-87245c998755ce37e13122448524664332584dab.tar.bz2 |
Fix path for udev rules in src_configure
-rw-r--r-- | sci-libs/indilib/indilib-0.9.9.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/indilib/indilib-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/indilib/indilib-0.9.9.ebuild b/sci-libs/indilib/indilib-0.9.9.ebuild index 0e27f6d..d569700 100644 --- a/sci-libs/indilib/indilib-0.9.9.ebuild +++ b/sci-libs/indilib/indilib-0.9.9.ebuild @@ -40,7 +40,7 @@ S=${WORKDIR}/${MY_PN}_${PV} src_configure() { local mycmakeargs=( - -DUDEVRULES_INSTALL_DIR=$(get_udevdir) + -DUDEVRULES_INSTALL_DIR=$(get_udevdir)/rules.d ) cmake-utils_src_configure diff --git a/sci-libs/indilib/indilib-9999.ebuild b/sci-libs/indilib/indilib-9999.ebuild index 9e1c604..7c3a8d0 100644 --- a/sci-libs/indilib/indilib-9999.ebuild +++ b/sci-libs/indilib/indilib-9999.ebuild @@ -40,7 +40,7 @@ src_unpack() { src_configure() { local mycmakeargs=( - -DUDEVRULES_INSTALL_DIR=$(get_udevdir) + -DUDEVRULES_INSTALL_DIR=$(get_udevdir)/rules.d ) cmake-utils_src_configure |