[subversion-commit] SVN tetex commit + diffs: r362 - tetex-base/trunk/debian

Frank Küster frank at costa.debian.org
Fri Dec 2 16:55:05 UTC 2005


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




More information about the Pkg-tetex-commits mailing list