From 36be08b3af48982d9edbc2a12b640998cc325cb1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 May 2012 10:37:16 +0200 Subject: [PATCH] cups: set explicitly menudir in configure. --- srcpkgs/cups/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template index a89626fbb11..820373763fc 100644 --- a/srcpkgs/cups/template +++ b/srcpkgs/cups/template @@ -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() {