mirror of
https://github.com/archlinux/aur.git
synced 2026-02-22 05:42:05 +01:00
fix install dir
This commit is contained in:
parent
9c9d4f4bc7
commit
92db207cf0
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -22,7 +22,7 @@ build() {
|
|||
}
|
||||
package() {
|
||||
install -dm 755 "${pkgdir}/var/lib/homepage"
|
||||
cp -r "$srcdir/homepage-${pkgver}" "${pkgdir}/var/lib/homepage"
|
||||
cp -r "$srcdir/homepage-${pkgver}/." "${pkgdir}/var/lib/homepage/"
|
||||
install -Dm644 "$srcdir/homepage.service" "$pkgdir/usr/lib/systemd/system/homepage.service"
|
||||
install -Dm644 "$srcdir/homepage.sysusers" "$pkgdir/usr/lib/sysusers.d/homepage.conf"
|
||||
install -Dm644 "$srcdir/homepage.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/homepage.conf"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue