mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #1540 from chewitt/fix_snmp
net-snmp: correct errant $ROOT usage
This commit is contained in:
commit
38a63917a2
@ -61,7 +61,7 @@ make_target() {
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
make install INSTALL_PREFIX=$ROOT/$PKG_BUILD/.$TARGET_NAME
|
||||
make install INSTALL_PREFIX=$PKG_BUILD/.$TARGET_NAME
|
||||
}
|
||||
|
||||
addon() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user