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

[SCM] LibreOffice packaging repository branch, debian-experimental-4.1, updated. libreoffice_4.0.1_rc1-2-11-g2480671



The following commit has been merged in the debian-experimental-4.1 branch:
commit 2480671b7599a58f0cb5b5695bc4fe4a04c9fb84
Author: Rene Engelhard <rene@debian.org>
Date:   Tue Mar 5 21:13:57 2013 +0100

    apparently we need the rm -rf \* hack also on !kfreebsd-* in some rare occurances...

diff --git a/rules b/rules
index 417628c..1e66011 100755
--- a/rules
+++ b/rules
@@ -1729,9 +1729,7 @@ ifeq "$(BUILD_DBG_PACKAGE)" "y"
 endif
 
 	# FIXME
-	if echo $(DEB_HOST_ARCH) | grep -q kfreebsd; then \
-		cd $(CURDIR)/debian/tmp/pkg && rm -rf \*; \
-	fi
+	cd $(CURDIR)/debian/tmp/pkg && rm -rf \*
 	
 	# prepare install/dir files for dh
 	for i in `cd $(CURDIR)/debian/tmp/pkg; ls -1 | xargs`; do \

-- 
LibreOffice packaging repository


Reply to: