Update of /home/halls/cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv5937

Modified Files:
        openoffice.org-bin.config 
Log Message:
ask the prelink question only if prelink is installed

Index: openoffice.org-bin.config
===================================================================
RCS file: 
/home/halls/cvs/debian-openoffice/oo-deb/debian/openoffice.org-bin.config,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openoffice.org-bin.config   11 Oct 2003 18:35:26 -0000      1.3
+++ openoffice.org-bin.config   17 Dec 2003 12:44:55 -0000      1.4
@@ -12,7 +12,7 @@
        prelink=false
 fi
 
-if [ "$DEBIAN_FRONTEND" != "noninteractive" ]; then
+if [ "$DEBIAN_FRONTEND" != "noninteractive" -a -x /usr/sbin/prelink ]; then
 
        # should we prelink the binaries?
        db_set openoffice.org-bin/prelink $prelink

Reply via email to