From 39c8d78c845e2eb9c56dfb0eec67a3b16bd3051c Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 24 Dec 2007 01:24:42 +0000 Subject: [PATCH] fix xinit compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@9886 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- XOrg/app/xinit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XOrg/app/xinit/Makefile b/XOrg/app/xinit/Makefile index b0ce6392f..dcdecb86e 100644 --- a/XOrg/app/xinit/Makefile +++ b/XOrg/app/xinit/Makefile @@ -68,7 +68,7 @@ endef define Package/xinit/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit - cd $(1)/usr/bin/; ln -s xinit startx + cd $(1)/usr/bin/; ln -sf xinit startx endef $(eval $(call BuildPackage,xinit)) -- 2.11.0