aboutsummaryrefslogtreecommitdiff
path: root/src/property/schroot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/schroot.lisp')
-rw-r--r--src/property/schroot.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/schroot.lisp b/src/property/schroot.lisp
index 2e6cb40..0851e9b 100644
--- a/src/property/schroot.lisp
+++ b/src/property/schroot.lisp
@@ -31,7 +31,7 @@ Adding this property does not actually ensure that the line
'union-type=overlay' is present in any schroot config files. See SBUILD:BUILT
for example usage, via SCHROOT:OVERLAYS-IN-TMPFS."
(:desc "schroots on host use union-type=overlay")
- (:hostattrs (push-hostattrs 'uses-overlays t)))
+ (:hostattrs (push-hostattr 'uses-overlays t)))
(defprop overlays-in-tmpfs :posix ()
"Configure schroot(1) such that all schroots with 'union-type=overlay' in
@@ -43,7 +43,7 @@ Implicitly sets SCHROOT:USES-OVERLAYS.
Shell script from <https://wiki.debian.org/sbuild>."
(:desc "schroot overlays in tmpfs")
- (:hostattrs (push-hostattrs 'uses-overlays t))
+ (:hostattrs (push-hostattr 'uses-overlays t))
(:apply (file:has-content "/etc/schroot/setup.d/04tmpfs"
#>EOF>#!/bin/sh