mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/fake-hwclock fix another typo
This commit is contained in:
parent
11f7142ff8
commit
53ae9b4d3b
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=fake-hwclock
|
||||
pkgver=0.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Saves time on shutdown and restores it on boot from a file"
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
|
@ -14,7 +14,7 @@ source=('fake-hwclock.sh'
|
|||
'fake-hwclock.service')
|
||||
|
||||
md5sums=('8264f56630b0ed3299b51a43f3854285'
|
||||
'7eab8d4ac4665148d9239fbd1514c1d3')
|
||||
'8a328ff872a092dcdf86088ae2c20fd3')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/usr/lib/systemd/"{scripts,system}
|
||||
|
|
|
@ -4,8 +4,8 @@ After=sysinit.target
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/lib/systemd/scripts/savesettime.sh set
|
||||
ExecStop=/usr/lib/systemd/scripts/savesettime.sh save
|
||||
ExecStart=/usr/lib/systemd/scripts/fake-hwclock.sh set
|
||||
ExecStop=/usr/lib/systemd/scripts/fake-hwclock.sh save
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue