diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2005-08-24 18:01:23 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2005-08-24 18:01:23 +0000 |
commit | 2008e8259441491b1dd7b6330d7516743a081d2a (patch) | |
tree | 6a517f6297957c62733a5e66822b7b1d8dd5c0e5 | |
parent | b2d156ad7f735eb57615c7143653fc38a4da47f4 (diff) | |
download | common-data-2008e8259441491b1dd7b6330d7516743a081d2a.tar common-data-2008e8259441491b1dd7b6330d7516743a081d2a.tar.gz common-data-2008e8259441491b1dd7b6330d7516743a081d2a.tar.bz2 common-data-2008e8259441491b1dd7b6330d7516743a081d2a.tar.xz common-data-2008e8259441491b1dd7b6330d7516743a081d2a.zip |
installing scripts works better
-rw-r--r-- | desktop-common-data.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-common-data.spec b/desktop-common-data.spec index 307b0a8..1df1ab0 100644 --- a/desktop-common-data.spec +++ b/desktop-common-data.spec @@ -60,6 +60,9 @@ install -m 0755 bin/xvt %buildroot/%_bindir/ install -d -m 0755 %buildroot/%_sbindir/ for i in sbin/* ; do install -m 0755 $i %buildroot/%_sbindir/ ; done +# /etc/X11/xinit.d/ +install -d -m 0755 %buildroot/%_sysconfdir/X11/xinit.d/ +for i in xinit.d/* ; do install -m 0755 $i %buildroot/%_sysconfdir/X11/xinit.d/ ; done ## Install faces @@ -134,6 +137,8 @@ rm -fr %buildroot %_bindir/* # %_sbindir/* + +%_sysconfdir/X11/xinit.d/* # %dir %_datadir/faces/ %dir %_datadir/mdk/ |