Skip to content

Commit

Permalink
net-dialup/accel-ppp: fix build directory for IPoE and VLAN kernel mo…
Browse files Browse the repository at this point in the history
…dules

Closes: https://bugs.gentoo.org/909300
Reported-by: Toralf Förster <[email protected]>
Suggested-by: h31p <[email protected]>
Signed-off-by: Sergey Popov <[email protected]>
  • Loading branch information
Pinkbyte committed Jul 31, 2023
1 parent 3213e03 commit b650ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net-dialup/accel-ppp/accel-ppp-1.12.0_p20230609.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ src_configure() {
}

src_compile() {
local modlist=( ipoe=accel-ppp:${BUILD_DIR}/drivers/ipoe/driver vlan_mon=accel-ppp:${BUILD_DIR}/drivers/vlan_mon/driver )
local modlist=( ipoe=accel-ppp:drivers/ipoe vlan_mon=accel-ppp:drivers/vlan_mon )
MODULES_MAKEARGS+=(
KDIR="${KV_OUT_DIR}"
)
Expand Down
2 changes: 1 addition & 1 deletion net-dialup/accel-ppp/accel-ppp-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ src_configure() {
}

src_compile() {
local modlist=( ipoe=accel-ppp:"${BUILD_DIR}/drivers/ipoe/driver" vlan_mon=accel-ppp:"${BUILD_DIR}/drivers/vlan_mon/driver" )
local modlist=( ipoe=accel-ppp:drivers/ipoe vlan_mon=accel-ppp:drivers/vlan_mon )
MODULES_MAKEARGS+=(
KDIR="${KV_OUT_DIR}"
)
Expand Down

0 comments on commit b650ad7

Please sign in to comment.