fix xinit compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9886 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-24 01:24:42 +00:00
parent 929db4a0f7
commit 39c8d78c84

View File

@ -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))