From cf846757069cbd0f164425b861dba44910e03a6d Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Wed, 17 Dec 2008 22:29:01 +0100 Subject: [PATCH] fixed typo --- iso/bin/setup-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper index 4ad25b8..82bd980 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -113,6 +113,6 @@ if [ `is_installed python` ]; then inject_packages sqlite3 fi -# Replace slocate with mlcoate in /etc/group +# Replace slocate with mlocate in /etc/group sed -i 's/slocate/mlocate/' $ROOT/etc/group