mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-17 04:31:02 +01:00
fix typo
This commit is contained in:
2
jaildk
2
jaildk
@@ -160,7 +160,7 @@ jaildk_rc_rcoff() {
|
|||||||
if ! test -d $j/etc/rcoff; then
|
if ! test -d $j/etc/rcoff; then
|
||||||
# in order to be backwards compatible to older jaildk
|
# in order to be backwards compatible to older jaildk
|
||||||
# create the rcoff directory on the fly
|
# create the rcoff directory on the fly
|
||||||
mkdir -d $j/etc/rcoff
|
mkdir -p $j/etc/rcoff
|
||||||
( echo "#!/bin/sh"
|
( echo "#!/bin/sh"
|
||||||
echo 'echo "$0 disabled in build chroot!"' ) > $j/etc/rcoff/rc
|
echo 'echo "$0 disabled in build chroot!"' ) > $j/etc/rcoff/rc
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user