Solaris 10's cp doesn't have -d.  This is against 0.8.4 source.

2010-04-30  Dave Love  <[email protected]>

	* ipmi-pef-config/src/Makefile.am (install-exec-hook): Don't use
	`cp -d'.

--- Makefile.am	2010/04/30 14:40:39	1.1
+++ Makefile.am	2010/04/30 14:41:04
@@ -78,4 +78,4 @@
 
 install-exec-hook:
 	$(install_sh) -d -m 755 $(DESTDIR)$(sbindir)
-	cp -d ./pef-config $(DESTDIR)$(sbindir)
+	$(install_sh) -c ./pef-config $(DESTDIR)$(sbindir)
_______________________________________________
Freeipmi-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/freeipmi-devel

Reply via email to