We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7913a commit 7e2ac54Copy full SHA for 7e2ac54
modules/install.am
@@ -214,7 +214,7 @@ _post_installation_processes() {
214
# Patch .desktop to change paths if the app is installed locally
215
if [ "$AMCLI" = "appman" ]; then
216
for a in $DATADIR/applications/*-AM.desktop; do
217
- sed -i "s#Exec=$arg#Exec=$BINDIR/$arg#g" "$a" 2>/dev/null
+ sed -i "s#Exec=$pure_arg#Exec=$BINDIR/$pure_arg#g" "$a" 2>/dev/null
218
sed -i "s#Exec=/usr/bin/#Exec=$BINDIR/#g" "$a" 2>/dev/null
219
sed -i "s#Exec=/opt/#Exec=$BINDIR/#g" "$a" 2>/dev/null
220
done
0 commit comments