summaryrefslogtreecommitdiffstats
path: root/linhes
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2022-12-22 21:55:13 (GMT)
committerBritney Fransen <brfransen@gmail.com>2022-12-22 21:55:13 (GMT)
commit6fab794124d9e55e83434cbda1cd63bd8cf60074 (patch)
treea599001c43cb856a6383f82207e247beb408d560 /linhes
parent89ea4d27868636f27241dbcd23dda9b4d73592f7 (diff)
downloadlinhes_pkgbuild-6fab794124d9e55e83434cbda1cd63bd8cf60074.zip
linhes_pkgbuild-6fab794124d9e55e83434cbda1cd63bd8cf60074.tar.gz
linhes_pkgbuild-6fab794124d9e55e83434cbda1cd63bd8cf60074.tar.bz2
linhes-system: lh_system_start.sh: fix startcmd
Diffstat (limited to 'linhes')
-rwxr-xr-xlinhes/linhes-system/PKGBUILD4
-rwxr-xr-xlinhes/linhes-system/lh_system_start.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/linhes/linhes-system/PKGBUILD b/linhes/linhes-system/PKGBUILD
index 5e4eace..523c2c7 100755
--- a/linhes/linhes-system/PKGBUILD
+++ b/linhes/linhes-system/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=linhes-system
pkgver=9.0.0
-pkgrel=13
+pkgrel=14
arch=('x86_64')
#install=$pkgname.install
pkgdesc="Everything that makes LinHES a system"
@@ -27,7 +27,7 @@ sha256sums=('7f91d2afcb76e8e9063c6bbe05f5c3d134a6f67541aead8894d342c32d34ad98'
'11168c9cd3b117decaab6bc665c183b4aab917cf0a976bce4c1b5e4686a27bc9'
'ae34515e144830f424d3bd3f6b1b446892d62beed20bca6f0fb19b0bbb779f27'
'23358a7bff4968eccd469613b81b1415c2ae0ebe77f14f74426697333e4d88d7'
- '5910646ba0dba090c35ad3cfb7b8eed374bd761517807eeda3fb8007613cb127'
+ '6bce0900dbf8da65fc9be754bff793299bfb35e75a7deb187a17856bd49a4389'
'6d4fb0ed1a5ed961b3a3884dce093118e50c2981a9cd5837d20abc5a6d4fd8aa'
'91bdec992bb2c933e15625c181f2195c402060b879168ebf35944cb064c904b9'
'ebdb3ee0212e0cc72526bb5e50a032573e1894acb7bf75617243b0b49aa1f8f2'
diff --git a/linhes/linhes-system/lh_system_start.sh b/linhes/linhes-system/lh_system_start.sh
index 42f4b67..1c2e083 100755
--- a/linhes/linhes-system/lh_system_start.sh
+++ b/linhes/linhes-system/lh_system_start.sh
@@ -109,7 +109,7 @@ function first_configure(){
}
function start_myth() {
- STARTCMD="/usr/bin/mythfrontend
+ STARTCMD="/usr/bin/mythfrontend"
$STARTCMD 2>&1 &
}