diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-26 23:56:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-26 23:56:42 +0100 |
commit | d33493d0d54f23f9bc5117f519c43ba2590413b8 (patch) | |
tree | aee4169a613fe10af6af492d6d88813d12b87e3f /package/xorg-server/Makefile | |
parent | 515731439935fc38b966cd1527bfafa1346b63e9 (diff) |
remove obsolete chmod, added to postinst script
Diffstat (limited to 'package/xorg-server/Makefile')
-rw-r--r-- | package/xorg-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile index 465ffb99a..503a59988 100644 --- a/package/xorg-server/Makefile +++ b/package/xorg-server/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= xorg-server PKG_VERSION:= 1.7.6 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= ba0360b4ec1f6e541b264e45906bf5f2 PKG_DESCR:= Xorg server PKG_SECTION:= x11/server @@ -80,7 +80,6 @@ post-install: ${CP} ${WRKINST}/usr/lib/xorg/protocol.txt \ $(IDIR_XORG_SERVER)/usr/lib/xorg/ ${CP} ${WRKINST}/usr/bin/* $(IDIR_XORG_SERVER)/usr/bin - chmod u+s $(IDIR_XORG_SERVER)/usr/bin/Xorg ${CP} ${WRKINST}/usr/lib/xorg/modules/*.so \ $(IDIR_XORG_SERVER)/usr/lib/xorg/modules ${CP} ${WRKINST}/usr/lib/xorg/modules/extensions/*.so \ |