Skip to content

Commit

Permalink
lua: Do not hard code version in file names
Browse files Browse the repository at this point in the history
Changing the version will result in an error otherwise.
  • Loading branch information
pmenzel committed Jul 19, 2016
1 parent 3b62186 commit a617c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua.be0
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mee_build() {

mee_install() {
bee_install V=1 INSTALL_TOP=${D}${PREFIX} \
TO_LIB="liblua.so liblua.so.5.3 liblua.so.5.3.2" \
TO_LIB="liblua.so liblua.so.${PKGVERSION[2]} liblua.so.${PKGVERSION}" \
INSTALL_DATA="cp -d" \
INSTALL_MAN="${D}/${MANDIR}/man1"
}
Expand Down

0 comments on commit a617c0c

Please sign in to comment.