diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-01-13 21:03:32 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-01-13 21:03:32 (GMT) |
commit | df1f008a48180c3d2cf45b29c934dc793bb15580 (patch) | |
tree | 3da9300401478aa3fe2594485505b7db9ff64f1e | |
parent | 4fb6cae217d09d74a912053f51d411bb38de4fa0 (diff) | |
download | linhes_pkgbuild-df1f008a48180c3d2cf45b29c934dc793bb15580.zip linhes_pkgbuild-df1f008a48180c3d2cf45b29c934dc793bb15580.tar.gz linhes_pkgbuild-df1f008a48180c3d2cf45b29c934dc793bb15580.tar.bz2 |
linhes-system: add LinHES-release
-rw-r--r-- | linhes/linhes-system/LinHES-release | 1 | ||||
-rwxr-xr-x | linhes/linhes-system/PKGBUILD | 8 |
2 files changed, 7 insertions, 2 deletions
diff --git a/linhes/linhes-system/LinHES-release b/linhes/linhes-system/LinHES-release new file mode 100644 index 0000000..e6aa8f2 --- /dev/null +++ b/linhes/linhes-system/LinHES-release @@ -0,0 +1 @@ +LinHES R9.0.0 (Been a minute...) 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" |