[Cdd-commits] r259 - cdd/trunk/cdd

Andreas Tille debian-custom@lists.debian.org
Thu, 15 Jul 2004 08:02:11 -0600


Author: tille
Date: Thu Jul 15 08:02:11 2004
New Revision: 259

Modified:
   cdd/trunk/cdd/cdd-install-helper
Log:
Bugfix to get menu installed.


Modified: cdd/trunk/cdd/cdd-install-helper
==============================================================================
--- cdd/trunk/cdd/cdd-install-helper	(original)
+++ cdd/trunk/cdd/cdd-install-helper	Thu Jul 15 08:02:11 2004
@@ -27,7 +27,7 @@
     # if we provide an extra menu which overrides some menus provided by
     # the maintainers of the dependand packages move them now to the right
     # directory
-    if [ -d menu -a -x menu/"$pkg" ] ; then
+    if [ -d menu -a -e menu/"$pkg" ] ; then
 	mkdir -p debian/"$cdd"-"$pkg"/"$menudir"
 	cp -a menu/"$pkg" debian/"$cdd"-"$pkg"/"$menudir"/"$cdd"-"$pkg"
     fi