Skip to content

Commit f5c85af

Browse files
Remove LD_LIBRARY_PATH export
No more required since ee988ad
1 parent f2c2f12 commit f5c85af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linuxdeploy-plugin-gtk.sh

-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ copy_tree "$gdk_pixbuf_binarydir" "$APPDIR/"
168168
cat >> "$HOOKFILE" <<EOF
169169
export GDK_PIXBUF_MODULEDIR="\$APPDIR/$gdk_pixbuf_moduledir"
170170
export GDK_PIXBUF_MODULE_FILE="\$CACHEDIR/loaders.cache"
171-
export LD_LIBRARY_PATH="\$GDK_PIXBUF_MODULEDIR:\$LD_LIBRARY_PATH"
172171
sed "s|$gdk_pixbuf_moduledir|\$APPDIR/$gdk_pixbuf_moduledir|g" "\$APPDIR/$gdk_pixbuf_cache_file" > "\$GDK_PIXBUF_MODULE_FILE"
173172
EOF
174173
if [ -x "$gdk_pixbuf_query" ]; then

0 commit comments

Comments
 (0)