aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netsurf/netsurf
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-12-03 17:42:36 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2016-12-22 23:28:12 +0100
commit84cf8a1f8dddfe4ffe9c76f5df7e0787a6897ad7 (patch)
treea2975275576370ebe123665276a2a697e248c1b2 /testing/netsurf/netsurf
parent56f65befeb95bffe87379c3711666d43ced7f30e (diff)
downloadaports-84cf8a1f8dddfe4ffe9c76f5df7e0787a6897ad7.tar.bz2
aports-84cf8a1f8dddfe4ffe9c76f5df7e0787a6897ad7.tar.xz
testing/netsurf: upgrade to 3.6
Diffstat (limited to 'testing/netsurf/netsurf')
-rw-r--r--testing/netsurf/netsurf4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/netsurf/netsurf b/testing/netsurf/netsurf
index a615e7dda5..41f440945f 100644
--- a/testing/netsurf/netsurf
+++ b/testing/netsurf/netsurf
@@ -1,7 +1,7 @@
#!/bin/sh
shortname=$(echo $LANG | cut -b1-2)
if [ -d /usr/share/netsurf/$shortname ]; then
- /usr/bin/netsurf.elf "$@"
+ /usr/bin/netsurf-gtk "$@"
else
- LANG=en /usr/bin/netsurf.elf "$@"
+ LANG=en /usr/bin/netsurf-gtk "$@"
fi