]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Script error in lfs/pcre.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 May 2008 18:19:00 +0000 (20:19 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 May 2008 18:19:00 +0000 (20:19 +0200)
lfs/pcre

index ddb7b50f265d7e40d2302eba75c8077360223561..5d1a4de243756fa23b11c5ffef5d11105e530f83 100644 (file)
--- a/lfs/pcre
+++ b/lfs/pcre
@@ -55,7 +55,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-abi_breakage-1.patch
 
-ifeq "$(STAGE)" "base"
+ifeq "$(STAGE)" "ipfire"
        cd $(DIR_APP) && ./configure --prefix=/usr \
                                                --docdir=/usr/share/doc/pcre-$(VER) \
                                                --enable-utf8 \