diff options
-rw-r--r-- | package/xorg-server/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile index 00bfea228..5ec3e3aff 100644 --- a/package/xorg-server/Makefile +++ b/package/xorg-server/Makefile @@ -84,6 +84,7 @@ 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 \ |