Mercurial > audlegacy
changeset 666:778737af1e80 trunk
[svn] directory creation
author | nenolod |
---|---|
date | Thu, 23 Feb 2006 16:09:56 -0800 |
parents | 4c69c5a2ee99 |
children | de24b979f80e |
files | Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu Feb 23 08:44:06 2006 -0800 +++ b/Makefile.in Thu Feb 23 16:09:56 2006 -0800 @@ -9,6 +9,9 @@ ldconfig; \ echo "[system library cache updated]"; \ fi + @$(MKDIR) $(DESTDIR)/$(LIBDIR)/pkgconfig + @$(MKDIR) $(DESTDIR)/$(mandir)/man1 + @$(MKDIR) $(DESTDIR)/$(datadir)/applications @$(INSTALL) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc @$(INSTALL) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1 @$(INSTALL) audacious/audacious.desktop $(DESTDIR)/$(datadir)/applications/audacious.desktop