diff options
author | Juergen Daubert <jue@jue.li> | 2014-06-05 12:43:48 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-06-05 12:43:48 +0200 |
commit | c72448e110563b86faab222039927c3544d59c63 (patch) | |
tree | b6fc50723f77743f02bc8e12db93b0c2225fda71 /cups | |
parent | 0ddac87630f13335ee7519909b5723e662201052 (diff) | |
download | opt-c72448e110563b86faab222039927c3544d59c63.tar.gz opt-c72448e110563b86faab222039927c3544d59c63.tar.xz |
cups: fix build if hicolor-icon-theme is not installed
Diffstat (limited to 'cups')
-rw-r--r-- | cups/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/Pkgfile b/cups/Pkgfile index a43cf5c64..f2604bdc1 100644 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -42,7 +42,7 @@ build () { rm -r $PKG/usr/share/cups/{banners,data} # cleanup - rm -r $PKG/usr/share/icons + rm -rf $PKG/usr/share/icons chmod 0755 $PKG/var/{cache,spool} chmod -R +w $PKG |