[Pkg-jed-commit] r270 - trunk/packages/jed/debian

Rafael Laboissiere rafael at costa.debian.org
Sat May 13 17:34:02 UTC 2006


Author: rafael
Date: 2006-05-13 17:34:01 +0000 (Sat, 13 May 2006)
New Revision: 270

Modified:
   trunk/packages/jed/debian/rules
Log:
Replaced $(PWD) by $(CURDIR), which is the correct Makefile variable to use.

Modified: trunk/packages/jed/debian/rules
===================================================================
--- trunk/packages/jed/debian/rules	2006-05-13 17:15:46 UTC (rev 269)
+++ trunk/packages/jed/debian/rules	2006-05-13 17:34:01 UTC (rev 270)
@@ -4,9 +4,9 @@
 
 include /usr/share/dpatch/dpatch.make
 
-jed=$(PWD)/debian/jed
-xjed=$(PWD)/debian/xjed
-jed-common=$(PWD)/debian/jed-common
+jed=$(CURDIR)/debian/jed
+xjed=$(CURDIR)/debian/xjed
+jed-common=$(CURDIR)/debian/jed-common
 temp=debian/tmp
 
 clean: unpatch




More information about the Pkg-jed-commit mailing list