repo.or.cz
/
cygport
/
rpm-style.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/src_postinst.cygpart: use DWARF_PARSE optionally instead of objdump -dl
[cygport/rpm-style.git]
/
testsuite
/
logic
/
arch_patch
/
arch_patch.cygport
blob
20207f75c77078f69638ad22b7053a69aa59e123
1
NAME=arch_patch
2
VERSION=1
3
RELEASE=1
4
5
case ${ARCH} in
6
"i686")
7
PATCH_URI="fix-for-x86.patch"
8
;;
9
"x86_64")
10
PATCH_URI="fix-for-x86_64.patch"
11
;;
12
esac