1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-03 12:24:17 +01:00

Updating to version 0.20.2

Many bug fixes.
This commit is contained in:
dan
1998-10-21 14:43:47 +00:00
parent 9d2e6ef9f1
commit 9af1c6c415
222 changed files with 9132 additions and 4322 deletions

13
mkpatch
View File

@@ -96,7 +96,7 @@ EOF
for i in $files; do
echo $OTREE/$i
echo "echo \"Removing ../$i\"" >> $TMP/delfiles
if [ -d $OTREE/$i ]; then
if [ -d $OTREE/$delfiles ]; then
echo "rm -rf ../$i" >> $TMP/delfiles
else
echo "rm ../$i" >> $TMP/delfiles
@@ -156,7 +156,7 @@ while [ $index -lt $dircount ]; do
mv tmpdir/`basename $origname` ../$origname
index=`expr $index + 1`
done
rmdir tmpdir
rm -fr tmpdir
#copy files
index=0
@@ -250,7 +250,7 @@ check_text_changes() {
else
cat $TMP/tmp >> $TMP/bindiff
fi
rm -f $TMP/tmp
rm -fr $TMP/tmp
done
}
@@ -300,7 +300,12 @@ dir=`pwd`
dir=`basename $dir`
cd $savedir
if test ! "$dir" = "$TARGET_TREE"; then
if test "$USER" = root; then
echo "Do not run this script as the root user"
exit 1
fi
if test "$dir" != "$TARGET_TREE"; then
echo "You must move the \"TMP\" directory to inside the "
echo "\"$TARGET_TREE\" directory before running this script."
exit 1