[Pkg-jed-commit] r342 - jed-extra/trunk/debian

Rafael Laboissiere rafael at costa.debian.org
Fri Jul 7 21:58:14 UTC 2006


Author: rafael
Date: 2006-07-07 21:58:13 +0000 (Fri, 07 Jul 2006)
New Revision: 342

Modified:
   jed-extra/trunk/debian/rules
Log:
In debian/rules, instead of $(PWD), use $(CURDIR), which is the correct
variable defined by make.  I think that $(PWD) have worked for some
developers up to now because this is a variable normally set by bash, but
this cannot be generalized.


Modified: jed-extra/trunk/debian/rules
===================================================================
--- jed-extra/trunk/debian/rules	2006-07-07 21:51:10 UTC (rev 341)
+++ jed-extra/trunk/debian/rules	2006-07-07 21:58:13 UTC (rev 342)
@@ -18,7 +18,7 @@
 UTILS = $(shell awk '/^U/ { print $$2"/*"; }' $(CONTENTS_FILE))
 EXPERIMENTAL = $(shell awk '/^X/ { print $$2"/*"; }' $(CONTENTS_FILE))
 
-debroot = $(PWD)/debian/jed-extra
+debroot = $(CURDIR)/debian/jed-extra
 libdir = /usr/share/jed/jed-extra
 
 dh_inst_excl = -X.html -X.otl -X.example -XREADME




More information about the Pkg-jed-commit mailing list