We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f3d5e commit d30a821Copy full SHA for d30a821
OpenWrt/mk-owrt-package.sh
@@ -69,7 +69,7 @@ p_name_c="${p_name%%-*}_${p_name#*-}"
69
script_dir=$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd -P)
70
src_dir="${script_dir%/*}"
71
install_dir="/usr/bin"
72
-lib_dir="/usr/lib"
+lib_dir="/usr/lib/$p_name"
73
conf_dir="/etc/${p_name}"
74
init_dir="/etc/init.d"
75
_lib="$/usr/lib"
0 commit comments