diff options
Diffstat (limited to 'linhes/linhes-system/PKGBUILD')
-rwxr-xr-x | linhes/linhes-system/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linhes/linhes-system/PKGBUILD b/linhes/linhes-system/PKGBUILD index 636959a..ef5cda1 100755 --- a/linhes/linhes-system/PKGBUILD +++ b/linhes/linhes-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-system pkgver=9.0.0 -pkgrel=24 +pkgrel=25 arch=('x86_64') #install=$pkgname.install pkgdesc="Everything that makes LinHES a system" @@ -17,7 +17,7 @@ binfiles="add_storage.py balance_storage_groups.py empty_storage_groups.py remov myth2mkv myth2mp3" source=($binfiles 'myth_mtc.cron' 'paccache.cron' 'xfs_defrag.cron' - 'readme_is_xml' 'add_storage.readme' + 'readme_is_xml' 'add_storage.readme' 'LinHES-release' '79-cronie.hook' 'fstrim.hook' 'openssh.hook' '10-monitor.conf' 'x11vnc.override.conf' 'lh_lighttpd.conf' 'lh_php.ini' 'system-sudo.rules' 'linhes-profile.sh' 'lh_sqlserver.cnf' @@ -50,6 +50,7 @@ sha256sums=('7f91d2afcb76e8e9063c6bbe05f5c3d134a6f67541aead8894d342c32d34ad98' '4533e15b9141ab722f9b02c3ec7855f61c1e4d2deedd8591b1abd0ed551be581' '5f502b1bc8815d69c802320790745e4526d5817fd8ecc7b00cf8b16078f8d440' '12e424432bdf2d50afe3e632c018fef847e860a35a53525eccbe656b9c4118aa' + 'ee745056d018f860572f8363ed5e730ba501394c23cdd6f316719d7141c10050' '0fbc05f521aea83157c5e6f8bd29a422873093bb6cded965cb7ffe98ff776fa4' '4c29e0b71071ae9556cf2dbd75de560d028577fe5eb993113105112c4b445eac' '890482242434e333024c7819e8bf3c889dc16548d0a1745479c8523930fb32f7' @@ -77,6 +78,9 @@ package() { install -m755 -D $item $BINDIR/$item done + #release files + install -Dm644 "$srcdir/LinHES-release" "$pkgdir/etc/LinHES-release" + #startup files install -Dm644 "$srcdir/lh_system_start.sh.desktop" "$pkgdir/etc/skel/.config/autostart/lh_system_start.sh.desktop" |