From dfa35b90e0703738c55e8cf177d28c9c83a46aba Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 05:14:54 +0000 Subject: r211: Initial Import --- dh_installemacsen | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dh_installemacsen') diff --git a/dh_installemacsen b/dh_installemacsen index 0b2f6b80..778720a1 100755 --- a/dh_installemacsen +++ b/dh_installemacsen @@ -18,7 +18,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { $emacsen_install=pkgfile($PACKAGE,"emacsen-install"); $emacsen_remove=pkgfile($PACKAGE,"emacsen-remove"); - $emacsen_init=pkgfile($PACKAGE,"emacsen-init"); + $emacsen_startup=pkgfile($PACKAGE,"emacsen-startup"); if ($emacsen_install ne '') { if (! -d "$TMP/usr/lib/emacsen-common/packages/install") { @@ -34,11 +34,11 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { doit("install","$emacsen_remove","$TMP/usr/lib/emacsen-common/packages/remove/$PACKAGE"); } - if ($emacsen_init ne '') { + if ($emacsen_startup ne '') { if (! -d "$TMP/etc/$dh{flavor}/site-start.d/") { doit("install","-d","$TMP/etc/$dh{flavor}/site-start.d/"); } - doit("install",$emacsen_init,"$TMP/etc/$dh{flavor}/site-start.d/$dh{number}$PACKAGE.el"); + doit("install",$emacsen_startup,"$TMP/etc/$dh{flavor}/site-start.d/$dh{number}$PACKAGE.el"); } if ($emacsen_install ne '' || $emacsen_remove ne '') { -- cgit v1.2.3