Skip to content

Update scite from 2.23 to 4.0.5 #802

Merged
merged 4 commits into from
Jun 11, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scite.be0
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mee_build() {
}

mee_install() {
bee_install
make install prefix=${D}/${PREFIX}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the rational to the commit message. Why does bee_install fail?

ln -s SciTE ${D}${BINDIR}/scite
}