From 1d930270d0dc1d56f49d5c3bd667e0e3a4fa35b0 Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Wed, 25 Jun 2008 08:47:48 +0000
Subject: [PATCH] sys: fix typo

---
 handlers/sys.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handlers/sys.in b/handlers/sys.in
index d88d34c..a029af6 100755
--- a/handlers/sys.in
+++ b/handlers/sys.in
@@ -53,7 +53,7 @@ then
    getconf packagesfile $parentdir/dpkg-selections.txt
    getconf packagemgr   `which dpkg`
    getconf packagemgroptions ' --get-selections *'
-   getconf selectionsfile $parentir/debconfsel.txt
+   getconf selectionsfile $parentdir/debconfsel.txt
    getconf debconfgetselections `which debconf-get-selections`
 elif [ $os = "redhat" ]
 then
-- 
GitLab