gallium: remove usage of winsys->surface_alloc_storage from state tracker
[mesa.git] / bin / minstall
index 9795263f9f17a07b29bc3f55a3f68987f648c2d6..819b2bc7e4acfa58a93755ca40414ce356c25aa5 100755 (executable)
@@ -65,6 +65,7 @@ if [ $# -ge 2 ] ; then
 
                elif [ -f "$FILE" ] ; then
                        #echo "$FILE" is a regular file
+                       $RM "$DEST/`basename $FILE`"
                        cp "$FILE" "$DEST"
                        if [ $MODE ] ; then
                                FILE=`basename "$FILE"`