[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-deb/debian rules,1.153,1.154



Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv3070

Modified Files:
	rules 
Log Message:
use whoami, not logname

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- rules	24 Oct 2003 10:01:41 -0000	1.153
+++ rules	24 Oct 2003 10:29:59 -0000	1.154
@@ -201,7 +201,7 @@
   BUILDFLAGS+= --dlv_switch link deloutput
 else
   # save disk space on buildds, thanks James Troup for the info...
-  ifeq (buildd,$(shell logname))
+  ifeq (buildd,$(shell whoami))
     BUILDFLAGS+= --dlv_switch link deloutput
   else
     BUILDFLAGS+= --dlv_switch link



Reply to: