Fix a perl to sed conversion error
authorEric Andersen <andersen@codepoet.org>
Fri, 14 Nov 2003 09:44:08 +0000 (09:44 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 14 Nov 2003 09:44:08 +0000 (09:44 -0000)
make/bzip2.mk

index 60b6ceb320027197bbf1a60a11917a2fa2573326..967360e19c3fe232d367d4c744ce6c49a1dc29e0 100644 (file)
@@ -21,7 +21,7 @@ bzip2-source: $(DL_DIR)/$(BZIP2_SOURCE)
 
 $(BZIP2_DIR)/.unpacked: $(DL_DIR)/$(BZIP2_SOURCE)
        $(BZIP2_CAT) $(DL_DIR)/$(BZIP2_SOURCE) | tar -C $(BUILD_DIR) -xvf -
-       sed -ie "s,ln \\$$\(,ln -sf \\$$\(,g" $(BZIP2_DIR)/Makefile
+       sed -ie "s,ln \$$(,ln -sf \$$(,g" $(BZIP2_DIR)/Makefile
        sed -ie "s,ln -s (lib.*),ln -sf \$$1 ; ln -sf libbz2.so.1.0.2 libbz2.so,g" \
            $(BZIP2_DIR)/Makefile-libbz2_so
        touch $(BZIP2_DIR)/.unpacked