From bb20db8e8760000402af72583770a4683ef79693 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 10 Jul 2002 23:15:43 +0000 Subject: - SuSE 8 - related changes - RPM - related changes - sisinstall: Correct shutdown of newt if an error occurs. --- Makefile.am | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2696133..b6d7a94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,25 +29,7 @@ maintainer-clean-local: # Suse doesn't have chkconfig, so we need to create the symlinks here. install-data-local: - if [ -f /etc/SuSE-release ] ; then \ - install -m 755 etc/psion.SuSE $(DESTDIR)/etc/rc.d/init.d/psion ;\ - ln -s ../psion /etc/rc.d/rc2.d/S45psion ;\ - ln -s ../psion /etc/rc.d/rc3.d/S45psion ;\ - ln -s ../psion /etc/rc.d/rc4.d/S45psion ;\ - ln -s ../psion /etc/rc.d/rc5.d/S45psion ;\ - ln -s ../psion /etc/rc.d/rc1.d/K70psion ;\ - ln -s ../psion /etc/rc.d/rc0.d/K70psion ;\ - ln -s ../psion /etc/rc.d/rc6.d/K70psion ;\ - grep -v START_PSION /etc/rc.config > /etc/rc.config.psion ;\ - ( \ - echo '# Set START_PSION to yes to start Psion support' ;\ - echo 'START_PSION=yes' ;\ - ) >> /etc/rc.config.psion ;\ - cp /etc/rc.config /etc/rc.config.old ;\ - mv /etc/rc.config.psion /etc/rc.config ;\ - else \ - install -m 755 etc/psion $(DESTDIR)/etc/rc.d/init.d/psion ;\ - fi + install -m 755 etc/psion $(DESTDIR)$(initdir)/psion dist-hook: $(MAKE) TMPDEST=$(distdir)/ kdoc specfile -- cgit v1.2.3