From 277a6e5c77a4606a20b8a9adfb1dcc5f9c1fb7de Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 16 Nov 2020 15:58:31 +0100 Subject: [PATCH] update-desktop-database: Fix target when DESTDIR is used --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 35537c35..05339467 100755 --- a/install.sh +++ b/install.sh @@ -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()