forked from pool/filesystem
Accepting request 25999 from home:jengelh:branches:Base:System
Copy from home:jengelh:branches:Base:System/filesystem via accept of submit request 25999 revision 2. Request was accepted with message: reviewed OBS-URL: https://build.opensuse.org/request/show/25999 OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=16
This commit is contained in:
parent
5d6ea99899
commit
065e9a3092
@ -3,6 +3,13 @@ Wed Dec 9 18:46:00 CET 2009 - ro@suse.de
|
||||
|
||||
- added ms_my (bnc#561174)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 8 10:35:55 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- Add /usr/$march directories for SPARC. Will be packaging both
|
||||
sparc-suse-linux and sparc64-suse-linux because the compiler
|
||||
suite is usually configured with the latter on this arch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 14:56:55 CET 2009 - ro@suse.de
|
||||
|
||||
|
@ -75,6 +75,9 @@ for march in \
|
||||
%ifarch %ix86
|
||||
i586-suse-linux \
|
||||
%else
|
||||
%ifarch %sparc
|
||||
sparc-suse-linux sparc64-suse-linux \
|
||||
%else
|
||||
%ifarch ppc
|
||||
powerpc-suse-linux \
|
||||
%else
|
||||
@ -88,6 +91,7 @@ powerpc64-suse-linux \
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
; do
|
||||
create_dir 0755 root root /usr/$march
|
||||
|
Loading…
Reference in New Issue
Block a user