nft-qos: silence buildsystem errors
authorImran Khan <redacted>
Tue, 22 Dec 2020 15:16:15 +0000 (02:16 +1100)
committerImran Khan <redacted>
Tue, 22 Dec 2020 15:21:09 +0000 (02:21 +1100)
add IPKG_INSTROOT to init script to
silence build system errors

Signed-off-by: Imran Khan <redacted>
net/nft-qos/files/nft-qos.init

index dcd487fa5450876612156e35b0b973df89295c10..6c5842a49c8aa4ba58204f0484b7c7cd7cbf89fe 100755 (executable)
@@ -3,12 +3,12 @@
 # Copyright (C) 2018 rosysong@rosinson.com
 #
 
-. /lib/nft-qos/core.sh
-. /lib/nft-qos/monitor.sh
-. /lib/nft-qos/dynamic.sh
-. /lib/nft-qos/static.sh
-. /lib/nft-qos/mac.sh
-. /lib/nft-qos/priority.sh
+. "${IPKG_INSTROOT}/lib/nft-qos/core.sh"
+. "${IPKG_INSTROOT}/lib/nft-qos/monitor.sh"
+. "${IPKG_INSTROOT}/lib/nft-qos/dynamic.sh"
+. "${IPKG_INSTROOT}/lib/nft-qos/static.sh"
+. "${IPKG_INSTROOT}/lib/nft-qos/mac.sh"
+. "${IPKG_INSTROOT}/lib/nft-qos/priority.sh"
 
 START=99
 USE_PROCD=1
git clone https://git.99rst.org/PROJECT