head	1.2;
access;
symbols
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.11.02.18.40.49;	author olgeni;	state dead;
branches;
next	1.1;

1.1
date	2001.01.23.20.50.38;	author pb;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
@
text
@--- erts/etc/common/Makefile.in.orig	Tue Nov 28 20:41:14 2000
+++ erts/etc/common/Makefile.in	Tue Nov 28 20:46:05 2000
@@@@ -65,6 +65,7 @@@@
 INSTALL         = @@INSTALL@@
 INSTALL_DIR     = $(INSTALL) -d
 INSTALL_PROGRAM = @@INSTALL_PROGRAM@@
+INSTALL_SCRIPT  = @@INSTALL_SCRIPT@@
 INSTALL_DATA    = @@INSTALL_DATA@@
 
 ifeq ($(findstring solaris,$(TARGET)),solaris)
@@@@ -238,13 +239,13 @@@@
 endif
 	$(INSTALL_DIR) $(RELEASE_PATH)/erts-$(VSN)/bin
 ifneq ($(findstring vxworks,$(TARGET)), vxworks)
-	$(INSTALL_PROGRAM) erl.src $(RELEASE_PATH)/erts-$(VSN)/bin
+	$(INSTALL_SCRIPT) erl.src $(RELEASE_PATH)/erts-$(VSN)/bin
 endif
 	$(INSTALL_PROGRAM) $(INSTALL_PROGS) $(RELEASE_PATH)/erts-$(VSN)/bin
-	$(INSTALL_PROGRAM) $(INSTALL_TOP) $(RELEASE_PATH)
+	$(INSTALL_SCRIPT) $(INSTALL_TOP) $(RELEASE_PATH)
 ifneq ($(INSTALL_MISC),)
 	$(INSTALL_DIR) $(RELEASE_PATH)/misc
-	$(INSTALL_PROGRAM) $(INSTALL_MISC) $(RELEASE_PATH)/misc
+	$(INSTALL_SCRIPT) $(INSTALL_MISC) $(RELEASE_PATH)/misc
 endif
 ifneq ($(INSTALL_SRC),)
 	$(INSTALL_DIR) $(RELEASE_PATH)/erts-$(VSN)/src
@


1.1
log
@Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer).

PR:		ports/24456
Submitted by:	sam@@inf.enst.fr
@
text
@@

