[subversion-commit] SVN tetex commit + diffs: r535 - tex-common/trunk/debian

Norbert Preining preining-guest at costa.debian.org
Tue Feb 14 22:22:30 UTC 2006


Author: preining-guest
Date: 2006-02-14 22:22:29 +0000 (Tue, 14 Feb 2006)
New Revision: 535

Modified:
   tex-common/trunk/debian/config.in
Log:
more config.in fixes


Modified: tex-common/trunk/debian/config.in
===================================================================
--- tex-common/trunk/debian/config.in	2006-02-14 18:04:42 UTC (rev 534)
+++ tex-common/trunk/debian/config.in	2006-02-14 22:22:29 UTC (rev 535)
@@ -74,9 +74,8 @@
     # - or the permissions as shipped by old tetex versions
     # then set the managecache to true, otherwise to false
     # we will later change it to 3775 in the true case
-    if [ $PERMS = 3775 -o $PERMS = 1777 ] ; then
+    if [ $PERMS = 3775 ] || [ $PERMS = 1777 ] ; then
       db_set tex-common/managecache true || true
-      db_set tex-common/groupname "$GROUP" || true
     else
       db_set tex-common/managecache false || true
     fi




More information about the Pkg-tetex-commits mailing list