make /etc/init.d/x11 executable

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13440 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2008-11-30 01:16:25 +00:00
parent c323f1fac6
commit 1b306907a4

View File

@ -230,7 +230,7 @@ endef
define Package/xserver-common/install define Package/xserver-common/install
$(INSTALL_DIR) $(1)/etc/{init.d,config} $(INSTALL_DIR) $(1)/etc/{init.d,config}
$(INSTALL_DATA) \ $(INSTALL_BIN) \
./files/x.init \ ./files/x.init \
$(1)/etc/init.d/x11 $(1)/etc/init.d/x11
$(if $(X_CONFIG), \ $(if $(X_CONFIG), \