Some fix (still dirty)

This commit is contained in:
Fabrice Mouhartem 2023-06-27 10:32:18 +02:00
parent 560a3b69e2
commit 09fbf9ae7d
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ install=
changelog=
source=("suspend-resume.tar.gz")
noextract=()
sha512sums=('316f88a166d906b336c3019e666b93a71129f38fcccc37f7bdf8759324f087afe56df79ce9ef5083dabf9373104c58004fcbd4c7b1fd23a13708ce7e75188c2d')
sha512sums=('9cdb5c97125749549624fffd12796c65d41aea374b91d2ef740da3c05f6349883418d150844d23cc6afdba2a59166bdd62bd4b444f933d89bb5b13eb844a66c9')
validpgpkeys=()
prepare() {
@ -41,5 +41,6 @@ package() {
install -d "$pkgdir/opt"
install -d "$pkgdir/etc/systemd/system/"
install -m755 "$pkgname/opt/suspend-resume.sh" "$pkgdir/opt/"
install -m644 "$pkgname/etc/systemd/system/suspend-resume.timer" "$pkgdir/etc/systemd/system/"
install -m644 "$pkgname/etc/systemd/system/suspend-resume.service" "$pkgdir/etc/systemd/system/"
}

Binary file not shown.