diff -urN xmp-2.7.1-orig/src/main/Makefile xmp-2.7.1/src/main/Makefile --- xmp-2.7.1-orig/src/main/Makefile 2009-07-18 07:43:40 +0900 +++ xmp-2.7.1/src/main/Makefile 2009-07-28 09:16:10 +0900 @@ -23,7 +23,7 @@ install:: $(BINS) @echo Installing binaries in $(DESTDIR)$(BINDIR)... @[ -d $(DESTDIR)$(BINDIR) ] || mkdir -p $(DESTDIR)$(BINDIR) - $(INSTALL) -s -m755 $(BINS) $(DESTDIR)$(BINDIR) + $(INSTALL) -m755 $(BINS) $(DESTDIR)$(BINDIR) $(OBJS): $(TOPDIR)/Makefile.rules Makefile diff -urN xmp-2.7.1-orig/src/plugin/Makefile xmp-2.7.1/src/plugin/Makefile --- xmp-2.7.1-orig/src/plugin/Makefile 2009-07-18 07:43:41 +0900 +++ xmp-2.7.1/src/plugin/Makefile 2009-07-28 09:16:10 +0900 @@ -36,7 +36,7 @@ @DIR="$(DESTDIR)`pkg-config --variable=input_plugin_dir audacious`"; \ echo "Installing xmp-audacious.so in $$DIR..."; \ [ -d "$$DIR" ] || mkdir -p "$$DIR"; \ - $(INSTALL) -s -m755 xmp-audacious.so "$$DIR" + $(INSTALL) -m755 xmp-audacious.so "$$DIR" # @@ -56,7 +56,7 @@ @DIR="$(DESTDIR)`pkg-config --variable=input_plugin_dir bmp`"; \ echo "Installing xmp-bmp.so in $$DIR..."; \ [ -d "$$DIR" ] || mkdir -p "$$DIR"; \ - $(INSTALL) -s -m755 xmp-bmp.so "$$DIR" + $(INSTALL) -m755 xmp-bmp.so "$$DIR" # # XMMS @@ -75,7 +75,7 @@ @DIR="$(DESTDIR)`xmms-config --input-plugin-dir`"; \ echo "Installing xmp-xmms.so in $$DIR..."; \ [ -d "$$DIR" ] || mkdir -p "$$DIR"; \ - $(INSTALL) -s -m755 xmp-xmms.so "$$DIR" + $(INSTALL) -m755 xmp-xmms.so "$$DIR" # # Winamp