changeset 672:00f023a7ccd5 trunk

[svn] change permissions here
author nenolod
date Fri, 24 Feb 2006 12:36:42 -0800
parents 3e03da73a514
children 8020239ba1cb
files Makefile.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri Feb 24 12:34:42 2006 -0800
+++ b/Makefile.in	Fri Feb 24 12:36:42 2006 -0800
@@ -12,6 +12,6 @@
 	@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
+	@$(INSTALL_DATA) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc
+	@$(INSTALL_DATA) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1
+	@$(INSTALL_DATA) audacious/audacious.desktop $(DESTDIR)/$(datadir)/applications/audacious.desktop