Update Pkgfile

This commit is contained in:
mac-a-r0ni 2023-09-04 07:50:56 -04:00
parent 73d0bd83bf
commit a98a2e0227

View File

@ -15,7 +15,7 @@ build() {
--prefix=/usr \
--enable-logind
DESTDIR=$PKG make install
DESTDIR=$PKG make install-daemon-conf
make install DESTDIR=$PKG
make install-daemon-conf DESTDIR=$PKG
}