Advertisement
gusibsd

Untitled

Oct 9th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. --- bsd.gnome.mk (revision 18782)
  2. +++ bsd.gnome.mk (working copy)
  3. @@ -1019,6 +1019,10 @@
  4. >> ${TMPPLIST}; \
  5. ${ECHO_CMD} "@unexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \
  6. >> ${TMPPLIST}; \
  7. +. if defined(NO_STAGE)
  8. + ${LOCALBASE}/bin/gtk-update-icon-cache -q -f ${PREFIX}/$${i} 2>/dev/null || ${TRUE}; \
  9. + >> ${TMPPLIST}; \
  10. +. endif
  11. done
  12. @if test -f ${TMPPLIST}.icons1; then \
  13. ${CAT} ${TMPPLIST}.icons1 ${TMPPLIST} > ${TMPPLIST}.icons2; \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement