mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/fake-hwclock fix a typo
This commit is contained in:
parent
795ff09cf5
commit
11f7142ff8
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=fake-hwclock
|
||||
pkgver=0.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
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'
|
||||
'011d9723726df436172c12a906c341c6')
|
||||
'7eab8d4ac4665148d9239fbd1514c1d3')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/usr/lib/systemd/"{scripts,system}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Saves time on shutdown and sets it at boot to.
|
||||
Description=Saves time on shutdown and sets it at boot.
|
||||
After=sysinit.target
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Reference in a new issue