aboutsummaryrefslogtreecommitdiff
path: root/src/property/apt.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-10 11:02:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-10 11:02:08 -0700
commit6023b51ef5d31e33e2ee4a92490c2b16d8ca526a (patch)
treef11670ecdec764a2e086d52a4f1165406f391dc9 /src/property/apt.lisp
parent28057bf8668818494da640ff7deab723252e8062 (diff)
downloadconsfigurator-6023b51ef5d31e33e2ee4a92490c2b16d8ca526a.tar.gz
rename STRINGMEM -> MEMSTRING=
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/apt.lisp')
-rw-r--r--src/property/apt.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index 0942c5e..8fd69e6 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -75,7 +75,7 @@
(let* ((suite (os:debian-suite os))
(archive (mapcar (lambda (m) (cons m (cons suite sections)))
(get-mirrors)))
- (security-suite (if (stringmem suite '("stretch" "jessie" "buster"))
+ (security-suite (if (memstring= suite '("stretch" "jessie" "buster"))
#?"${suite}/updates"
#?"${suite}-security"))
(security (and (not (subtypep (type-of os) 'os:debian-unstable))