]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed typo.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 May 2009 09:32:39 +0000 (11:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 May 2009 09:32:39 +0000 (11:32 +0200)
lfs/Config

index f3f26587e219d1b1834a961faf77f93341b3a93c..36852b5c14c834d2ef3b055c35aebd7c640cbe87 100644 (file)
@@ -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