From 0b4fde7dfc6aa3cfbcda7a4612a5d489e23a7049 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 20 Feb 2018 18:22:48 +0000 Subject: main/cups: explicitly set --with-menudir and --with-icondir apparently, the configure script will only install cups.desktop and icondir if /usr/share/applications and /usr/share/icons exist on the building system, unless those opts are specified. --- main/cups/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/cups') diff --git a/main/cups/APKBUILD b/main/cups/APKBUILD index 3a1fc5bd7a..4da76141df 100644 --- a/main/cups/APKBUILD +++ b/main/cups/APKBUILD @@ -33,6 +33,8 @@ build() { --libdir=/usr/lib \ --sysconfdir=/etc \ --localstatedir=/var \ + --with-menudir=/usr/share/applications \ + --with-icondir=/usr/share/icons \ --with-logdir=/var/log/cups \ --with-docdir=/usr/share/cups \ --with-rundir=/run/cups \ -- cgit v1.2.3