cups: set explicitly menudir in configure.
This commit is contained in:
parent
e977ff2309
commit
36be08b3af
|
@ -62,7 +62,8 @@ do_configure() {
|
|||
--with-docdir=/usr/share/cups/doc --with-cups-user=daemon \
|
||||
--with-cups-group=lp --enable-pam=yes --disable-ldap \
|
||||
--enable-avahi --enable-pam --enable-ssl \
|
||||
--with-systemdsystemunitdir=/lib/systemd/system
|
||||
--with-systemdsystemunitdir=/lib/systemd/system \
|
||||
--with-menudir=/usr/share/applications
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue