mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
cherokee: move to /usr/sbin
This commit is contained in:
parent
d222825639
commit
604e460e41
@ -1,6 +1,6 @@
|
||||
pkgname=cherokee
|
||||
pkgver=1.2.104
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A very fast, flexible and easy to configure Web Server"
|
||||
arch=('x86_64')
|
||||
url="http://www.cherokee-project.com/"
|
||||
@ -29,7 +29,7 @@ source=("https://github.com/cherokee/webserver/archive/${_srcfile}"
|
||||
sha256sums=('dea5e45e9ebdb0b6889e1c83041832637d5571af5592735be9a2d572c01e098b'
|
||||
'dc58e8d33e528f32058953e7666e95a634cdff032d8fb26bcf3175d189299a09'
|
||||
'20e26d633f8c1cd90eb21f41dd163b73a83846e405b1ce995e072c4efefc522e'
|
||||
'2838afb60dbdfd946c767b8b7170297860baf1638feb7f1075e2d3cf04838407'
|
||||
'415a2e4cd7d04afe21e502dd0ad76301f85a7087cadbfdab5566bec469679a68'
|
||||
'f682e9e6287e1db7d1843843143afa70b687f59807346aca9ddf19a35bacee45'
|
||||
'cc03fa321bb01cd4a7026685ef2e3fc606fd53da056f629307c6e1904987ad1b'
|
||||
'298a9394ca7c0e50c320bfc08f8674d23929272825cd3001c955fc560e62b662')
|
||||
@ -54,7 +54,7 @@ build() {
|
||||
--prefix='/usr' \
|
||||
--sysconfdir='/etc' \
|
||||
--localstatedir='/var' \
|
||||
--sbindir='/usr/bin' \
|
||||
--sbindir='/usr/sbin' \
|
||||
--with-wwwroot='/srv/cherokee/http' \
|
||||
--with-cgiroot='/src/cherokee/cgi-bin' \
|
||||
--with-wwwuser='http' \
|
||||
|
@ -3,7 +3,7 @@ Description=Cherokee web server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/cherokee
|
||||
ExecStart=/usr/sbin/cherokee
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user