make /etc/init.d/x11 executable
authorMirko Vogt <mirko@openwrt.org>
Sun, 30 Nov 2008 01:16:25 +0000 (01:16 +0000)
committerMirko Vogt <mirko@openwrt.org>
Sun, 30 Nov 2008 01:16:25 +0000 (01:16 +0000)
SVN-Revision: 13440

Xorg/xserver/xorg-xserver/Makefile

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