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

./packages/openofficeorg/2.4.1/unstable r1171: fix if



------------------------------------------------------------
revno: 1171
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2008-08-20 04:48:09 +0200
message:
  fix if
modified:
  rules
=== modified file 'rules'
--- a/rules	2008-08-16 05:32:36 +0000
+++ b/rules	2008-08-20 02:48:09 +0000
@@ -1545,7 +1545,7 @@
 			openoffice.org-base/$(OODIR)/program/classes/sdbc_hsqldb.jar
 	# we need this in -base. Otherwise we get unwanted package differences
 	# in the unstable version and backports which might use internal hsqldb
-  ifneq "$(SYSTEM_HSQLDB)" "y"
+  ifneq "$(USE_SYSTEM_HSQLDB)" "y"
 	mkdir -p debian/tmp/pkg/openoffice.org-base/$(OODIR)/program/classes
 	mv debiam/tmp/pkg/openoffice.org-common/$(OODIR)/program/classes/hsqldb.jar \
 		debian/tmp/pkg/openoffice.org-base/$(OODIR)/program/classes


Reply to: