mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
pkgname=fake-hwclock
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Saves time on shutdown and restores it on boot from a file"
|
pkgdesc="Saves time on shutdown and restores it on boot from a file"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -14,7 +14,7 @@ source=('fake-hwclock.sh'
|
||||||
'fake-hwclock.service')
|
'fake-hwclock.service')
|
||||||
|
|
||||||
md5sums=('8264f56630b0ed3299b51a43f3854285'
|
md5sums=('8264f56630b0ed3299b51a43f3854285'
|
||||||
'011d9723726df436172c12a906c341c6')
|
'7eab8d4ac4665148d9239fbd1514c1d3')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/lib/systemd/"{scripts,system}
|
mkdir -p "${pkgdir}/usr/lib/systemd/"{scripts,system}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[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
|
After=sysinit.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Reference in a new issue