- add /usr/local/share/applications , as per the XDG spec, so
gnome-settings-daemon doesn't try to add it to its inotify list on every keystroke. (No, I am not joking.)
This commit is contained in:
parent
f6bc07b2bd
commit
e4666cc2f0
@ -1,6 +1,6 @@
|
||||
Summary: The basic directory layout for a Linux system
|
||||
Name: filesystem
|
||||
Version: 2.4.4
|
||||
Version: 2.4.5
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
@ -28,7 +28,7 @@ mkdir -p mnt/{floppy,cdrom} \
|
||||
bin boot dev \
|
||||
etc/{X11/{applnk,sysconfig,serverconfig},xdg,xdg/menus,xdg/autostart,opt,xinetd.d,skel,sysconfig,pki} \
|
||||
home lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv sys tmp \
|
||||
usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11},lib/{games,locale,X11},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{applications,doc,dict,games,info,icons,mime-info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},misc,empty,pixmaps,xsessions},src} \
|
||||
usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11},lib/{games,locale,X11},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{applications,doc,dict,games,info,icons,mime-info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},misc,empty,pixmaps,xsessions},src} \
|
||||
var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||
|
||||
ln -snf ../var/tmp usr/tmp
|
||||
@ -130,6 +130,9 @@ rm -rf %{buildroot}
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Sat Mar 31 2007 Peter Jones <pjones@redhat.com> - 2.4.5-1
|
||||
- add /usr/local/share/applications
|
||||
|
||||
* Fri Mar 30 2007 Jeremy Katz <katzj@redhat.com> - 2.4.4-1
|
||||
- add /etc/xdg/autostart
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user