Author: frank
Date: 2005-12-02 16:55:04 +0000 (Fri, 02 Dec 2005)
New Revision: 362
Modified:
tetex-base/trunk/debian/preinst.in
Log:
fix bug spotted by Norbert
Modified: tetex-base/trunk/debian/preinst.in
===================================================================
--- tetex-base/trunk/debian/preinst.in 2005-12-02 16:39:54 UTC (rev 361)
+++ tetex-base/trunk/debian/preinst.in 2005-12-02 16:55:04 UTC (rev 362)
@@ -40,7 +40,7 @@
chown --reference=$oldname $newname
chmod --reference=$oldname $newname
rm $oldname
- if rmdir $oldname 2>/dev/null; then
+ if rmdir $olddir 2>/dev/null; then
echo "Removed obsolete dir $oldname."
fi
fi
_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits