From 02c6703a93a3fd5f26455dc338a11be2d1a29ec0 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 14 Apr 2020 20:57:58 +0200 Subject: [PATCH] Fix installer --- dist/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/install.sh b/dist/install.sh index d24c30c..0d0a252 100755 --- a/dist/install.sh +++ b/dist/install.sh @@ -66,7 +66,7 @@ echo "Installing SysTray-X addon..." for i in `grep "Path=" $PROFILES/profiles.ini | sed -e "s/Path=//"` ; do mkdir -p $PROFILES/$i/extensions - cp -f systray-x@Ximi1970.xpi $PROFILES/$i/extensions + cp -f ${DESTINATION}/systray-x@Ximi1970.xpi $PROFILES/$i/extensions done #