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

./packages/libreoffice/3.3.0/experimental r2357: don't hardcode TMP=/tmp for make install, thanks Jani Monoses for the pointer



------------------------------------------------------------
revno: 2357
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sat 2011-01-29 12:26:13 +0100
message:
  don't hardcode TMP=/tmp for make install, thanks Jani Monoses for the pointer
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2011-01-28 18:32:36 +0000
+++ b/changelog	2011-01-29 11:26:13 +0000
@@ -8,11 +8,13 @@
       only option, thanks Kees Cook
     - install jar.sos in /usr/lib/gcj/libreoffice instead of /openoffice
       (closes: #611276) 
+    - don't hardcode TMP=/tmp for make install, thanks Jani Monoses for the
+      pointer
   * debian/control.gcj.in:
     - depend on gcj-jre instead of (the virtual) java-gcj-compat
       (closes: #609657) 
 
- -- Rene Engelhard <rene@debian.org>  Fri, 28 Jan 2011 11:59:43 +0100
+ -- Rene Engelhard <rene@debian.org>  Sat, 29 Jan 2011 12:25:24 +0100
 
 libreoffice (1:3.3.0-1) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2011-01-27 19:22:56 +0000
+++ b/rules	2011-01-29 11:26:13 +0000
@@ -1738,9 +1738,9 @@
 endif
 
 ifeq ($(ON_BUILDD),y)
-	cd $(OOO_BUILD_TREE) ; PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 ARCH_FLAGS=$(ARCH_FLAGS) TMP=/tmp $(MAKE)
+	cd $(OOO_BUILD_TREE) ; PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 ARCH_FLAGS=$(ARCH_FLAGS) TMP=`mktemp -q -d` $(MAKE)
 else
-	cd $(OOO_BUILD_TREE) ; PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 VERBOSE=true ARCH_FLAGS=$(ARCH_FLAGS) TMP=/tmp $(MAKE)
+	cd $(OOO_BUILD_TREE) ; PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 VERBOSE=true ARCH_FLAGS=$(ARCH_FLAGS) TMP=`mktemp -q -d` $(MAKE)
 endif
 
 	# apparently setting this here globally doesn't work, so hack around.


Reply to: