diff options
author | jbj <devnull@localhost> | 2000-06-01 00:54:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-06-01 00:54:36 +0000 |
commit | df6f361f16c1b9d365a35b43a6c560a297643d82 (patch) | |
tree | b0108ab44db92f6678ac03abd0e9f990a267c0eb /installplatform | |
parent | 50a8f3b0a3fc8a1c8a684b9144850bd7bca6416b (diff) | |
download | librpm-tizen-df6f361f16c1b9d365a35b43a6c560a297643d82.tar.gz librpm-tizen-df6f361f16c1b9d365a35b43a6c560a297643d82.tar.bz2 librpm-tizen-df6f361f16c1b9d365a35b43a6c560a297643d82.zip |
Add athlon rpmrc config.
Add sparcv9 per-platform config.
CVS patchset: 3784
CVS date: 2000/06/01 00:54:36
Diffstat (limited to 'installplatform')
-rwxr-xr-x | installplatform | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installplatform b/installplatform index f6a3816fb..004532088 100755 --- a/installplatform +++ b/installplatform @@ -58,6 +58,9 @@ for SUBST in $SUBSTS ; do [ "${ARCH}-${VENDOR}-${OS}" = "${TARGET}" ] || ln -sf ${ARCH}-${VENDOR}-${OS} ${DESTDIR}/${pkglibdir}/${TARGET} [ "${ARCH}-${VENDOR}-${OS}" = "${TARGET_PLATFORM}" ] || ln -sf ${ARCH}-${VENDOR}-${OS} ${DESTDIR}/${pkglibdir}/${TARGET_PLATFORM} + [ "$ARCH" = sparc ] && ln -sf ${ARCH}-${VENDOR}-${OS} ${DESTDIR}/${pkglibdir}/sparcv9-${OS} + [ "$ARCH" = sparc ] && ln -sf ${ARCH}-${VENDOR}-${OS} ${DESTDIR}/${pkglibdir}/sparcv9-${VENDOR}-${OS} + done ln -sf ${ARCH}-${VENDOR}-${OS} ${DESTDIR}/${pkglibdir}/noarch-${VENDOR}-${OS} |