add /usr/share/games
This commit is contained in:
parent
a2288f73de
commit
3968b062b0
@ -1,6 +1,6 @@
|
||||
Summary: The basic directory layout for a Linux system.
|
||||
Name: filesystem
|
||||
Version: 2.3.3
|
||||
Version: 2.3.4
|
||||
Release: 1
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
@ -25,7 +25,7 @@ mkdir -p mnt/{floppy,cdrom} \
|
||||
bin boot \
|
||||
etc/{X11/{applnk,sysconfig,serverconfig,starthere},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,gcc-lib,tls},lib/{games,gcc-lib,locale},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{man/man{1,2,3,4,5,6,7,8,9,n},info},libexec,include,},sbin,share/{applications,doc,dict,info,man/man{1,2,3,4,5,6,7,8,9,n},doc,misc,empty,pixmaps,xsessions},src,X11R6/{bin,include,lib,%{_lib}/tls,man,share}} \
|
||||
usr/{bin,etc,games,include,%{_lib}/{games,gcc-lib,tls},lib/{games,gcc-lib,locale},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{man/man{1,2,3,4,5,6,7,8,9,n},info},libexec,include,},sbin,share/{applications,doc,dict,games,info,man/man{1,2,3,4,5,6,7,8,9,n},doc,misc,empty,pixmaps,xsessions},src,X11R6/{bin,include,lib,%{_lib}/tls,man,share}} \
|
||||
var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||
|
||||
ln -snf ../X11R6/bin usr/bin/X11
|
||||
@ -65,6 +65,7 @@ rm -rf %{buildroot}
|
||||
/usr/share/applications
|
||||
/usr/share/doc
|
||||
/usr/share/dict
|
||||
/usr/share/games
|
||||
%attr(555,root,root) %dir /usr/share/empty
|
||||
/usr/share/info
|
||||
/usr/share/man
|
||||
@ -93,6 +94,9 @@ rm -rf %{buildroot}
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Mon May 23 2005 Bill Nottingham <notting@redhat.com> - 2.3.4-1
|
||||
- ship /usr/share/games (#158433, <ville.skytta@iki.fi>)
|
||||
|
||||
* Thu May 5 2005 Peter Jones <pjones@redhat.com> - 2.3.3-1
|
||||
- remove /initrd, since mkinitrd doesn't use it anymore by default
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user