Mercurial > audlegacy
diff Makefile @ 4886:54b4f7aaca24
- renamed auxiliary files
- tweaked libid3tag/Makefile
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 11 Nov 2009 15:34:23 +0900 |
parents | 651f5da89c3f |
children |
line wrap: on
line diff
--- a/Makefile Wed Sep 16 20:04:27 2009 +0900 +++ b/Makefile Wed Nov 11 15:34:23 2009 +0900 @@ -227,9 +227,9 @@ ${INSTALL_FAILED}; \ fi; \ done - for i in audacious.desktop; do \ + for i in audlegacy.desktop; do \ ${INSTALL_STATUS}; \ - if ${MKDIR_P} ${DESTDIR}${datadir}/applications && ${INSTALL} -m 644 $$i ${DESTDIR}${datadir}/applications/$$i; then \ + if ${MKDIR_P} ${DESTDIR}${datadir}/applications && ${INSTALL} -m 644 applications/$$i ${DESTDIR}${datadir}/applications/$$i; then \ ${INSTALL_OK}; \ else \ ${INSTALL_FAILED}; \ @@ -249,7 +249,7 @@ fi \ fi; \ done - for i in audacious.desktop; do \ + for i in audlegacy.desktop; do \ if test -f ${DESTDIR}${datadir}/applications/$$i; then \ if rm -f ${DESTDIR}${datadir}/applications/$$i; then \ ${DELETE_OK}; \