From: Michael Tremer Date: Sat, 30 May 2009 09:32:39 +0000 (+0200) Subject: Fixed typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbff94c3a80ac9ea77235e210aaa6fe445b38ca5;p=ipfire-3.x.git Fixed typo. --- diff --git a/lfs/Config b/lfs/Config index f3f26587e..36852b5c1 100644 --- a/lfs/Config +++ b/lfs/Config @@ -125,7 +125,7 @@ define DO_PACKAGE PKG_NAME="$(PKG_NAME)" PKG_VER="$(PKG_VER)" PKG_REL="$(PKG_REL)" \ PKG_SHORT="$(value SHORT_DESC)" PKG_URL="$(URL)" \ CONTROL_PREIN="$(value CONTROL_PREIN)" CONTROL_PREUN="$(value CONTROL_POSTUN)" \ - CONTROL_POSTIN="$(value CONTROL_POSTIN)" CONTROL_POSTUN="$(value CONTROL_POSTIN)" \ + CONTROL_POSTIN="$(value CONTROL_POSTIN)" CONTROL_POSTUN="$(value CONTROL_POSTUN)" \ $(DIR_SOURCE)/pakfire/compressor $(PKG_PACKAGE) $$ROOTFILE endef