mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
tuigreet: add /var/cache/tuigreet to make_dirs
It's needed for `--remember*` options
This commit is contained in:
parent
7730b58707
commit
f11433dea6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tuigreet'
|
||||
pkgname=tuigreet
|
||||
version=0.8.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cargo
|
||||
hostmakedepends="scdoc"
|
||||
depends="greetd"
|
||||
|
@ -12,6 +12,7 @@ homepage="https://github.com/apognu/tuigreet"
|
|||
distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=ed371ebe288a3e5782f01681c6c4ed4786b470184af286fa0e7b8898e47c154e
|
||||
tags="greeter"
|
||||
make_dirs="/var/cache/tuigreet 0755 _greeter _greeter"
|
||||
|
||||
post_build() {
|
||||
scdoc < contrib/man/tuigreet-1.scd > tuigreet.1
|
||||
|
|
Loading…
Add table
Reference in a new issue