blob: a51dbe5aac48291ecb34fa991f164c529da3d496 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/xmms/Makefile.old Sun Feb 11 02:39:18 2001
+++ src/xmms/Makefile Sun Feb 11 02:39:51 2001
@@ -23,7 +23,7 @@
make -C ../../lib shared
install::
- $(INSTALL) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir`
+ $(INSTALL_DATA) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir`
$(OBJS): Makefile
|