Home
last modified time | relevance | path

Searched refs:bristoldir (Results 1 – 2 of 2) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/
H A DMakefile.am6 bristoldir=${BRISTOL_DIR} macro
17 mkdir -p -m 0755 $(DESTDIR)$(bristoldir)
18 tar cfp - $(srcdir)/bitmaps $(srcdir)/memory | (cd $(DESTDIR)$(bristoldir) ; tar xfp -)
19 find $(DESTDIR)$(bristoldir)/. -type d -exec chmod 0755 {} \; -o -type f -exec chmod 0644 {} \;
22 rm -rf $(DESTDIR)$(bristoldir)/bitmaps $(DESTDIR)$(bristoldir)/memory
32 rm -rf $(DESTDIR)$(bristoldir)/memory
33 rm -rf $(DESTDIR)$(bristoldir)/bitmaps
34 rm -rf $(DESTDIR)$(bristoldir)
H A DMakefile.in264 bristoldir = ${BRISTOL_DIR}
766 mkdir -p -m 0755 $(DESTDIR)$(bristoldir)
767 tar cfp - $(srcdir)/bitmaps $(srcdir)/memory | (cd $(DESTDIR)$(bristoldir) ; tar xfp -)
768 find $(DESTDIR)$(bristoldir)/. -type d -exec chmod 0755 {} \; -o -type f -exec chmod 0644 {} \;
771 rm -rf $(DESTDIR)$(bristoldir)/bitmaps $(DESTDIR)$(bristoldir)/memory
781 rm -rf $(DESTDIR)$(bristoldir)/memory
782 rm -rf $(DESTDIR)$(bristoldir)/bitmaps
783 rm -rf $(DESTDIR)$(bristoldir)