diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-20 18:22:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-20 18:23:57 +0000 |
commit | 0b4fde7dfc6aa3cfbcda7a4612a5d489e23a7049 (patch) | |
tree | 11f3c29457bc96aa3613675395ccdda3991d3215 /main/cups | |
parent | b278ca91122ed0faee3da41f801d7cb0c33c9473 (diff) | |
download | aports-0b4fde7dfc6aa3cfbcda7a4612a5d489e23a7049.tar.bz2 aports-0b4fde7dfc6aa3cfbcda7a4612a5d489e23a7049.tar.xz |
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.
Diffstat (limited to 'main/cups')
-rw-r--r-- | main/cups/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |