Advertisement
gusibsd

Untitled

Oct 9th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Index: Mk/bsd.gnome.mk
  2. ===================================================================
  3. --- Mk/bsd.gnome.mk (revision 18784)
  4. +++ Mk/bsd.gnome.mk (working copy)
  5. @@ -1020,11 +1020,11 @@
  6. ${ECHO_CMD} "@unexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \
  7. >> ${TMPPLIST}; \
  8. done
  9. -.if defined(NO_STAGE)
  10. +. if defined(NO_STAGE)
  11. @for i in `${GREP} "^share/icons/.*/" ${TMPPLIST} | ${CUT} -d / -f 1-3 | ${SORT} -u`; do \
  12. ${LOCALBASE}/bin/gtk-update-icon-cache -q -f ${PREFIX}/$${i} 2>/dev/null || ${TRUE}; \
  13. done
  14. -.endif
  15. +. endif
  16. @if test -f ${TMPPLIST}.icons1; then \
  17. ${CAT} ${TMPPLIST}.icons1 ${TMPPLIST} > ${TMPPLIST}.icons2; \
  18. ${RM} -f ${TMPPLIST}.icons1; \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement