From 1e90b51349b27fc17ac3a7dbfa08b616d15b9081 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sun, 12 Nov 2023 11:28:03 -0700 Subject: [PATCH] Make sure xochtil shows up properly when run (#707) * Make sure xochtil shows up properly when run --- package/xochitl/package | 2 +- package/xochitl/xochitl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/xochitl/package b/package/xochitl/package index 1ebefec09..1aa004a27 100644 --- a/package/xochitl/package +++ b/package/xochitl/package @@ -5,7 +5,7 @@ pkgnames=(xochitl) pkgdesc="Read documents and take notes" url=https://remarkable.com -pkgver=0.0.0-14 +pkgver=0.0.0-15 timestamp=2022-11-07T20:19:57Z section="readers" maintainer="Mattéo Delabre " diff --git a/package/xochitl/xochitl b/package/xochitl/xochitl index a745d8bea..f16945fe0 100644 --- a/package/xochitl/xochitl +++ b/package/xochitl/xochitl @@ -18,4 +18,4 @@ fi if ! systemctl is-active --quiet manual-sync.service; then systemctl enable --now manual-sync.service fi -exec /usr/bin/xochitl "$@" +exec -a /usr/bin/xochitl /usr/bin/xochitl "$@"