mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
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
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user