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

./packages/openofficeorg/3.3.0/experimental r2064: oops, PKGDIR instead of CURDIR, of course



------------------------------------------------------------
revno: 2064
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2010-07-14 20:16:07 +0200
message:
  oops, PKGDIR instead of CURDIR, of course
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-07-14 15:43:16 +0000
+++ b/rules	2010-07-14 18:16:07 +0000
@@ -3522,13 +3522,14 @@
 endif
 
 	# examples. move where they belong
-	mkdir -p $(CURDIR)-common/usr/share/doc/openoffice.org-common/examples
+	mkdir -p $(PKGDIR)-common/usr/share/doc/openoffice.org-common/examples
 	for i in oo-*ldap.xcd.sample; do \
-		mv $(CURDIR)-common/$(OOBASISDIR)/share/registry/$$i \
-			$(CURDIR)-common/usr/share/doc/openoffice.org-common/examples; \
-		cd $(CURDIR)-common/$(OOBASISDIR)/share/registry && \
+		mv $(PKGDIR)-common/$(OOBASISDIR)/share/registry/$$i \
+			$(PKGDIR)-common/usr/share/doc/openoffice.org-common/examples; \
+		cd $(PKGDIR)-common/$(OOBASISDIR)/share/registry && \
 			ln -s /usr/share/doc/openoffice.org-common/examples/$$i; \
 	done
+
 	touch $@
 
 binary-arch: $(STAMP_DIR)/binary-arch


Reply to: