# HG changeset patch # User nenolod # Date 1140741391 28800 # Node ID de24b979f80ebfadd6bae68458abaac726d114e9 # Parent 778737af1e8072d9991d1f5dacbbf86fe535a5fc [svn] grr diff -r 778737af1e80 -r de24b979f80e Makefile.in --- 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