Skip to content

Commit 1e90b51

Browse files
authored
Make sure xochtil shows up properly when run (#707)
* Make sure xochtil shows up properly when run
1 parent ec62408 commit 1e90b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/xochitl/package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pkgnames=(xochitl)
66
pkgdesc="Read documents and take notes"
77
url=https://remarkable.com
8-
pkgver=0.0.0-14
8+
pkgver=0.0.0-15
99
timestamp=2022-11-07T20:19:57Z
1010
section="readers"
1111
maintainer="Mattéo Delabre <spam@delab.re>"

package/xochitl/xochitl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ fi
1818
if ! systemctl is-active --quiet manual-sync.service; then
1919
systemctl enable --now manual-sync.service
2020
fi
21-
exec /usr/bin/xochitl "$@"
21+
exec -a /usr/bin/xochitl /usr/bin/xochitl "$@"

0 commit comments

Comments
 (0)