fix: don't generate sparc6464 names when creating platform directories.
authorjbj <devnull@localhost>
Tue, 2 May 2000 16:09:15 +0000 (16:09 +0000)
committerjbj <devnull@localhost>
Tue, 2 May 2000 16:09:15 +0000 (16:09 +0000)
CVS patchset: 3715
CVS date: 2000/05/02 16:09:15

installplatform

index f38fe03..318dfc2 100755 (executable)
@@ -22,7 +22,7 @@ target_platform="`$RPM --eval '%{_target_platform}'`"
 target="`$RPM --eval '%{_target}'`"
 
 case "$arch" in
-  sparc*) SUBSTS="s_sparc64_sparc_ s_sparc_sparc64_" ;;
+  sparc*) SUBSTS="s_sparc64_sparc_ s_sparc[^6]_sparc64_" ;;
   *) SUBST=y___ ;;
 esac