The following changes were made:
* Configuration moved to new CONFIG directory to separate from usher * Made various improvements to most init scripts * Added dependency to perl for update-rc
This commit is contained in:
7
Makefile
7
Makefile
@@ -8,7 +8,7 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = dash,kmod,procps-ng,sysvinit
|
||||
DEPENDS = dash,kmod,perl,procps-ng,sysvinit
|
||||
ARCH = x86_64
|
||||
URL = http://snaplinux.org
|
||||
REPO = core
|
||||
@@ -18,7 +18,7 @@ DESC = This package supplies the core required init scripts for startup
|
||||
ARCHIVE := ''
|
||||
SRCDIR := $(PWD)/SRC/initscripts
|
||||
PATCHDIR := $(PWD)/SRC/patches
|
||||
VERSION := 1.8-0
|
||||
VERSION := 1.9-0
|
||||
|
||||
include /usr/share/snap/Makefile.snaplinux
|
||||
|
||||
@@ -35,5 +35,6 @@ clean:
|
||||
@rm -rvf $(ROOT) \
|
||||
$(SNAPINFO) \
|
||||
$(MANIFEST) \
|
||||
$(FILES)
|
||||
$(FILES) \
|
||||
$(CONFIG)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user