diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-16 11:55:57 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-16 11:56:28 +0100 |
commit | e37588e17ef5a23ecae6417767988c2884dd1afe (patch) | |
tree | f2c8ff1a07afa952de7b8e052ea46ea2c32fef54 /PKGBUILD | |
parent | a4b20506c21eeead57d134bdf6ac77cd23e1664a (diff) | |
download | AUR-e37588e17ef5a23ecae6417767988c2884dd1afe.tar.gz AUR-e37588e17ef5a23ecae6417767988c2884dd1afe.tar.zst AUR-e37588e17ef5a23ecae6417767988c2884dd1afe.zip |
naemon: Fix typo in /usr directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | pkgname=naemon | 4 | pkgname=naemon |
5 | pkgver=1.0.9 | 5 | pkgver=1.0.9 |
6 | pkgrel=1 | 6 | pkgrel=2 |
7 | pkgdesc="System and network monitoring application" | 7 | pkgdesc="System and network monitoring application" |
8 | arch=('i686' 'x86_64') | 8 | arch=('i686' 'x86_64') |
9 | url="http://naemon.org" | 9 | url="http://naemon.org" |
@@ -70,8 +70,8 @@ package() { | |||
70 | "$pkgdir"/usr/lib/systemd/system/$pkgname.service | 70 | "$pkgdir"/usr/lib/systemd/system/$pkgname.service |
71 | 71 | ||
72 | # Move sample config files | 72 | # Move sample config files |
73 | install -dm755 "$pkgdir"/user/share/doc/naemon | 73 | install -dm755 "$pkgdir"/usr/share/doc/naemon |
74 | mv "$pkgdir"/etc/naemon/conf.d "$pkgdir"/user/share/doc/naemon/ | 74 | mv "$pkgdir"/etc/naemon/conf.d "$pkgdir"/usr/share/doc/naemon/ |
75 | install -d "$pkgdir"/etc/naemon/conf.d/templates | 75 | install -d "$pkgdir"/etc/naemon/conf.d/templates |
76 | 76 | ||
77 | # Remove non-Arch directories | 77 | # Remove non-Arch directories |