Exclude win32 files from non-upstream arch hack
This commit is contained in:
parent
318e2c1e92
commit
960fa2ace3
@ -419,7 +419,7 @@ sed -i "s/\(rootFileslinux_gtk_\)ppc64/\1ppc128/g" \
|
||||
# Move all of the ia64 directories and files to ppc64 or sparc{,64} or alpha dirs and replace
|
||||
# the ia64 strings with ppc64, etc.
|
||||
%ifarch ppc64 sparc sparcv9 sparc64 alpha
|
||||
for f in $(find -name \*ia64\* | grep -v motif | grep -v ia64_32); do
|
||||
for f in $(find -name \*ia64\* | grep -v motif | grep -v ia64_32 | grep -v win32); do
|
||||
tofile=$(echo $f | sed "s/ia64/%{_arch}/")
|
||||
mv $f $tofile
|
||||
# sed --in-place "s/ia64/%{_arch}/g" $tofile
|
||||
|
Loading…
Reference in New Issue
Block a user