Skip to content

Commit

Permalink
update-desktop-database: Fix target when DESTDIR is used
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Nov 16, 2020
1 parent 4d527be commit c7c0a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function install_if()
function install_desktop_file()
{
install_if "$1" "$2" $INSTALL_DATA
update-desktop-database ${desktopdir}
update-desktop-database $DESTDIR${desktopdir}
}

function install_exec()
Expand Down

0 comments on commit c7c0a43

Please sign in to comment.