diff options
Diffstat (limited to 'package/xorg')
-rw-r--r-- | package/xorg/xorg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xorg/xorg.mk b/package/xorg/xorg.mk index 2dc3cd82b..40b2c1c59 100644 --- a/package/xorg/xorg.mk +++ b/package/xorg/xorg.mk @@ -25,7 +25,7 @@ XORG_LIBS:= Xft fontconfig expat Xrender Xaw Xmu Xt \ # XORG_SOURCE:=X11R6.8.2-src.tar.bz2 XORG_SITE:=http://xorg.freedesktop.org/X11R6.8.2/src-single/ -XORG_CAT:=bzcat +XORG_CAT:=$(BZCAT) XORG_DIR:=$(BUILD_DIR)/xc XORG_LDIR:=$(XORG_DIR)/lib XORG_PROGS:=$(XORG_DIR)/programs |