diff options
Diffstat (limited to 'package/xorg/xorg.mk')
-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 e5697a166..3fe94fcba 100644 --- a/package/xorg/xorg.mk +++ b/package/xorg/xorg.mk @@ -199,7 +199,7 @@ $(XORG_LIBX)/libX11.so.6.2: $(TARGET_XSERVER) $(XORG_LIBX)/X11/fonts/ttf-dejavu/ touch $(TARGET_DIR)/etc/ld.so.conf if [ "`grep -c '$(TARGET_LIBX)' $(TARGET_DIR)/etc/ld.so.conf`" = "0" ] ; then \ echo "$(TARGET_LIBX)" >> $(TARGET_DIR)/etc/ld.so.conf; \ - fi; + fi touch -c $(XORG_LIBX)/libX11.so.6.2 $(TARGET_DIR)/usr/bin/mcookie: package/xorg/mcookie.c |