Skip to content

Commit 8146ac3

Browse files
authored
fix TEXTDOMAINDIR
1 parent 8afa07f commit 8146ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gettext/linuxdeploy-plugin-gettext.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ mkdir -p "$appdir"/apprun-hooks
3939
cat > "$appdir"/apprun-hooks/linuxdeploy-plugin-gettext.sh <<\EOF
4040
#! /bin/bash
4141
42-
export TEXTDOMAINDIR="$APPDIR"/usr/share/locale:"$TEXTDOMAINDIR"
42+
export TEXTDOMAINDIR="$APPDIR"/usr/share/locale
4343
EOF

0 commit comments

Comments
 (0)