Skip to content

Commit d30a821

Browse files
committed
mk-owrt-package: updated lib_dir
1 parent 18f3d5e commit d30a821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenWrt/mk-owrt-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ p_name_c="${p_name%%-*}_${p_name#*-}"
6969
script_dir=$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd -P)
7070
src_dir="${script_dir%/*}"
7171
install_dir="/usr/bin"
72-
lib_dir="/usr/lib"
72+
lib_dir="/usr/lib/$p_name"
7373
conf_dir="/etc/${p_name}"
7474
init_dir="/etc/init.d"
7575
_lib="$/usr/lib"

0 commit comments

Comments
 (0)