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

CVS:oo-deb/debian rules,1.207,1.208



Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv31825/debian

Modified Files:
	rules 
Log Message:
newest apply.pl wants absolute paths...

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- rules	5 May 2004 20:33:52 -0000	1.207
+++ rules	6 May 2004 20:19:40 -0000	1.208
@@ -477,7 +477,7 @@
 
 	rm -f $(STAMP_DIR)/patch.unapply
 	chmod 755 $(OOO_BUILD)/patches/apply.pl
-	$(OOO_BUILD)/patches/apply.pl $(OOO_BUILD)/patches/$(PATCH_DIR) $(BUILD_DIR) --distro=$(PATCHSET) -f
+	$(OOO_BUILD)/patches/apply.pl $(CURDIR)/$(OOO_BUILD)/patches/$(PATCH_DIR) $(CURDIR)/$(BUILD_DIR) --distro=$(PATCHSET) -f
 
 	mkdir -p $(STAMP_DIR)
 	touch $@
@@ -487,7 +487,7 @@
 	dh_testdir $(OOO_BUILD)/patches/apply.pl
 
 	chmod 755 $(OOO_BUILD)/patches/apply.pl
-	$(OOO_BUILD)/patches/apply.pl $(OOO_BUILD)/patches/$(PATCH_DIR) $(BUILD_DIR) --distro=$(PATCHSET) -f -R
+	$(OOO_BUILD)/patches/apply.pl $(CURDIR)/$(OOO_BUILD)/patches/$(PATCH_DIR) $(CURDIR)/$(BUILD_DIR) --distro=$(PATCHSET) -f -R
 	rm -f $(STAMP_DIR)/patch.apply
 
 	mkdir -p $(STAMP_DIR)



Reply to: