浏览代码

cosmetic change, use the binary not the link

Waldemar Brodkorb 14 年之前
父节点
当前提交
5b706112c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/xorg-server/files/xorg-server.postinst

+ 1 - 1
package/xorg-server/files/xorg-server.postinst

@@ -1,5 +1,5 @@
 #!/bin/sh
-if [ -z $IPKG_INSTROOT ];then chmod u+s /usr/bin/X;fi
+if [ -z $IPKG_INSTROOT ];then chmod u+s /usr/bin/Xorg;fi
 . $IPKG_INSTROOT/etc/functions.sh
 gid=$(get_next_gid)
 add_group video $gid