summaryrefslogtreecommitdiff
path: root/package/xorg
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-24 08:36:13 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-24 08:36:13 +0000
commit369864cf105bf541f4e42643d6e5647ecea20379 (patch)
treebe30f01e6d6ed52ca555bcfa8c68e3a3bb4b1db0 /package/xorg
parent9540549182e3b67f717a4a15109ad848b0a5161a (diff)
be a bit more consistant with naming, always escape wildcards
Diffstat (limited to 'package/xorg')
-rw-r--r--package/xorg/xorg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xorg/xorg.mk b/package/xorg/xorg.mk
index a9369c5ab..01a12739a 100644
--- a/package/xorg/xorg.mk
+++ b/package/xorg/xorg.mk
@@ -40,7 +40,7 @@ $(DL_DIR)/$(XORG_SOURCE):
$(XORG_DIR)/.configure: $(DL_DIR)/$(XORG_SOURCE)
$(XORG_CAT) $(DL_DIR)/$(XORG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- toolchain/patch-kernel.sh $(XORG_DIR) package/xorg/ xorg*.patch
+ toolchain/patch-kernel.sh $(XORG_DIR) package/xorg/ xorg\*.patch
$(SED) 's:REPLACE_STAGING_DIR:$(STAGING_DIR):g' $(XORG_CF)
$(SED) 's:REPLACE_ARCH:$(ARCH):g' $(XORG_CF)
$(SED) 's:#define CcCmd.*:#define CcCmd $(TARGET_CROSS)gcc:g' $(XORG_CF)