Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c635cf014c |
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ DESC = This package supplies the base system init scripts for sysvinit
|
|||||||
ARCHIVE := ''
|
ARCHIVE := ''
|
||||||
SRCDIR := $(PWD)/SRC/initscripts
|
SRCDIR := $(PWD)/SRC/initscripts
|
||||||
PATCHDIR := $(PWD)/SRC/patches
|
PATCHDIR := $(PWD)/SRC/patches
|
||||||
VERSION := 1.1-0
|
VERSION := 1.1-1
|
||||||
|
|
||||||
include /usr/share/snap/Makefile.snaplinux
|
include /usr/share/snap/Makefile.snaplinux
|
||||||
|
|
||||||
|
|||||||
@@ -7,10 +7,6 @@ case $1 in
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
postinst)
|
postinst)
|
||||||
echo "[ENVIRONMENT]\n"
|
|
||||||
env
|
|
||||||
echo "TARGET: ${TARGET}"
|
|
||||||
|
|
||||||
if [[ ${TARGET} ]]; then
|
if [[ ${TARGET} ]]; then
|
||||||
chroot ${TARGET} update-rc required
|
chroot ${TARGET} update-rc required
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user