From 1dd45cbc25ccf684f152535edee0364ea5f050ce Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 3 Jan 2022 17:00:12 +0000 Subject: fixed permissions issue from cacerts --- repo/core/sysvinit.xibuild | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 repo/core/sysvinit.xibuild (limited to 'repo/core/sysvinit.xibuild') diff --git a/repo/core/sysvinit.xibuild b/repo/core/sysvinit.xibuild deleted file mode 100644 index 0674787..0000000 --- a/repo/core/sysvinit.xibuild +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -DEPS=(sh glibc) - -SOURCE=http://download.savannah.nongnu.org/releases/sysvinit/sysvinit-3.00.tar.xz -DESC="The sysvinit system for controlling startup, running and shutdown of the system" - -build () { - make - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1