silly typos
authorEric Andersen <andersen@codepoet.org>
Sun, 14 Jan 2007 22:52:26 +0000 (22:52 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 14 Jan 2007 22:52:26 +0000 (22:52 -0000)
package/freetype/freetype.mk
package/libpng/libpng.mk

index c6b8eacf44f8e8c987c54fae8859f792f3f0f843..446532980095b4b31f6b1d727201b4a027fd9279 100644 (file)
@@ -52,7 +52,7 @@ $(STAGING_DIR)/lib/libfreetype.so: $(FREETYPE_DIR)/.compiled
        $(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)\',g" \
                -e "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" \
                -e "s,^includedir=.*,includedir=\'$(STAGING_DIR)/include\',g" \
-               "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" \
+               -e "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" \
                $(STAGING_DIR)/usr/bin/freetype-config
        touch -c $(STAGING_DIR)/lib/libfreetype.so
 
index 88f19dfa799b3e6c66c3f7b542f541cf3bf09337..3dbbac116456e2248d5e562391983194aea9a863 100644 (file)
@@ -77,7 +77,7 @@ $(STAGING_DIR)/lib/libpng.so: $(LIBPNG_DIR)/.compiled
        $(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)\',g" \
                -e "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" \
                -e "s,^includedir=.*,includedir=\'$(STAGING_DIR)/include/libpng12\',g" \
-               "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" \
+               -e "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" \
                $(STAGING_DIR)/usr/bin/libpng12-config
        touch -c $(STAGING_DIR)/lib/libpng.so