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

./packages/openofficeorg/3.2.1/unstable r2055: oops, PKGDIR instead of CURDIR, of course



------------------------------------------------------------
revno: 2055
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2010-07-14 20:14:14 +0200
message:
  oops, PKGDIR instead of CURDIR, of course
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-07-14 15:36:55 +0000
+++ b/rules	2010-07-14 18:14:14 +0000
@@ -3503,11 +3503,12 @@
 endif
 
 	# example. move where it belongs
-	mkdir -p $(CURDIR)-common/usr/share/doc/openoffice.org-common/examples
-	mv $(CURDIR)-common/$(OOBASISDIR)/share/registry/data/org/openoffice/LDAP.xcu.sample \
-		$(CURDIR)-common/usr/share/doc/openoffice.org-common/examples
-	cd $(CURDIR)-common/$(OOBASISDIR)/share/registry/data/org/openoffice && \
+	mkdir -p $(PKGDIR)-common/usr/share/doc/openoffice.org-common/examples
+	mv $(PKGDIR)-common/$(OOBASISDIR)/share/registry/data/org/openoffice/LDAP.xcu.sample \
+		$(PKGDIR)-common/usr/share/doc/openoffice.org-common/examples
+	cd $(PKGDIR)-common/$(OOBASISDIR)/share/registry/data/org/openoffice && \
 		ln -s /usr/share/doc/openoffice.org-common/examples/LDAP.xcu.sample
+
 	touch $@
 
 binary-arch: $(STAMP_DIR)/binary-arch


Reply to: