From d48169fb473dc32e613fe2e8b45e3e6e22073ff2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 27 Mar 2013 10:11:31 +0000 Subject: [PATCH] scstadmin: lsb-core is no longer required, so remove the lsb-core check git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4823 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scstadmin/Makefile b/scstadmin/Makefile index 57b90a5b5..14b4fa822 100644 --- a/scstadmin/Makefile +++ b/scstadmin/Makefile @@ -65,11 +65,6 @@ install: @if ! perl -MExtUtils::MakeMaker -e '' >/dev/null 2>&1; then \ echo Error: the Perl module ExtUtils::MakeMaker must be installed \ first; false; fi - @if [ ! -e /etc/slackware-version -a ! -e /etc/gentoo-release \ - -a ! -e /lib/lsb/init-functions ]; then \ - echo "Error: the lsb-core (Debian, Ubuntu), redhat-lsb (RHEL, CentOS,"\ - "Scientific Linux, Fedora) or insserv (SLES, openSUSE) package must" \ - "be installed first"; false; fi cd $(SCSTADMIN_DIR) && $(MAKE) $@ for m in scstadmin/man*/*.[1-9]; do \ if [ -e $$m ]; then \