exlibs: fix love-app.exlib

This commit is contained in:
Julian Ospald 2016-04-22 17:43:00 +02:00
parent 067d52967f
commit 94e0b52466
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ love-app_src_install() {
if [[ -e "${WORK}/${LOVE_PN}.love" ]] ; then
newexe "${WORK}/${LOVE_PN}.love" ${PN}.love
elif [[ -e "${FETCHEDDIR}/${PNV}.love" ]] ; then
elif [[ -e "${FETCHEDDIR}/${LOVE_PN}.love" ]] ; then
newexe "${FETCHEDDIR}/${LOVE_PN}.love" ${PN}.love
else
die "Could not find ${LOVE_PN}.love for installation!"