aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 12fae2e..94d5e86 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -27,7 +27,7 @@
(updated)
,form)))
-(defmacro with-changes-dpkg-status (&rest forms)
+(defmacro with-changes-dpkg-status (&body forms)
`(with-change-if-changes-file-content ("/var/lib/dpkg/status") ,@forms))
(define-constant +sections+ '("main" "contrib" "non-free") :test #'equal)