projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1874214
)
Create vendor-less noarch link as well.
author
jbj
<devnull@localhost>
Thu, 1 Jun 2000 02:01:02 +0000
(
02:01
+0000)
committer
jbj
<devnull@localhost>
Thu, 1 Jun 2000 02:01:02 +0000
(
02:01
+0000)
CVS patchset: 3786
CVS date: 2000/06/01 02:01:02
installplatform
patch
|
blob
|
history
diff --git
a/installplatform
b/installplatform
index
7813d77
..
c5edf24
100755
(executable)
--- a/
installplatform
+++ b/
installplatform
@@
-22,6
+22,7
@@
target_platform="`$RPM --eval '%{_target_platform}'`"
target="`$RPM --eval '%{_target}'`"
ln -sf ${arch}-${VENDOR}-${OS} ${DESTDIR}/${pkglibdir}/noarch-${VENDOR}-${OS}
+ln -sf ${arch}-${VENDOR}-${OS} ${DESTDIR}/${pkglibdir}/noarch-${OS}
case "$arch" in
i[3456]86) SUBSTS='s_i386_i386_ s_i386_i486_ s_i386_i586_ s_i386_i686_' ;;