Mercurial > audlegacy
changeset 667:de24b979f80e trunk
[svn] grr
author | nenolod |
---|---|
date | Thu, 23 Feb 2006 16:36:31 -0800 |
parents | 778737af1e80 |
children | 5f46230a24f8 |
files | Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu Feb 23 16:09:56 2006 -0800 +++ b/Makefile.in Thu Feb 23 16:36:31 2006 -0800 @@ -9,9 +9,9 @@ ldconfig; \ echo "[system library cache updated]"; \ fi - @$(MKDIR) $(DESTDIR)/$(LIBDIR)/pkgconfig - @$(MKDIR) $(DESTDIR)/$(mandir)/man1 - @$(MKDIR) $(DESTDIR)/$(datadir)/applications + @mkdir -p $(DESTDIR)/$(LIBDIR)/pkgconfig + @mkdir -p $(DESTDIR)/$(mandir)/man1 + @mkdir -p $(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