alarm/fake-hwclock fix a typo

This commit is contained in:
moonman 2013-12-21 21:25:27 -07:00
parent 795ff09cf5
commit 11f7142ff8
2 changed files with 3 additions and 3 deletions

View file

@ -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}

View file

@ -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]