mesa: Branch 'master'

Michel Daenzer daenzer at kemper.freedesktop.org
Mon Dec 11 16:45:12 UTC 2006


 bin/minstall |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 26626c0052cd5442f609659aa9ed25ac78e65b55 (from d71a5647a3ed4aadd46edfa8a031ffc87d88c5f7)
Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Mon Dec 11 17:45:06 2006 +0100

    minstall: Pass correct destination file path to $RM regardless of source path.

diff --git a/bin/minstall b/bin/minstall
index 210c275..819b2bc 100755
--- a/bin/minstall
+++ b/bin/minstall
@@ -65,7 +65,7 @@ if [ $# -ge 2 ] ; then
 
 		elif [ -f "$FILE" ] ; then
 			#echo "$FILE" is a regular file
-			$RM "$DEST/$FILE"
+			$RM "$DEST/`basename $FILE`"
 			cp "$FILE" "$DEST"
 			if [ $MODE ] ; then
 				FILE=`basename "$FILE"`



More information about the mesa-commit mailing list