summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-Jin Park <sj76.park@samsung.com>2013-08-27 04:03:37 -0400
committerSung-Jin Park <sj76.park@samsung.com>2013-08-27 20:55:12 -0400
commitf28b7b654f1e301ff09cc20ef570ad5006feefff (patch)
tree54397975b50afeec6bc365500a9d5d55d7da2cd4
parentf29fcf7563dc2451574cc923bada4702897e1059 (diff)
downloadxinit-f28b7b654f1e301ff09cc20ef570ad5006feefff.tar.gz
xinit-f28b7b654f1e301ff09cc20ef570ad5006feefff.tar.bz2
xinit-f28b7b654f1e301ff09cc20ef570ad5006feefff.zip
Change-Id: I7735107b595918b8f92c558eeaf5c63caf3feaaa
-rw-r--r--packaging/xinit.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/xinit.spec b/packaging/xinit.spec
index af6f5e0..8edec92 100644
--- a/packaging/xinit.spec
+++ b/packaging/xinit.spec
@@ -20,7 +20,6 @@ Requires: xmodmap
Requires: xrdb
Requires: xsetroot
Requires: xorg-x11-server-utils
-Requires: xkeyboard-config
%description
The xinit program is used to start the X Window System server and a
@@ -39,13 +38,13 @@ make %{?_smp_mflags}
%install
%make_install
+rm -f %{buildroot}/usr/bin/startx
%files
%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%config %{_sysconfdir}/X11/xinit/
-#%{_bindir}/startx
%{_bindir}/xinit
%{_mandir}/man1/startx.1%{?ext_man}
%{_mandir}/man1/xinit.1%{?ext_man}