You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2021/12/23 16:58:51 UTC

[bigtop] branch master updated: BIGTOP-3622 - replace $(PWD) with $(CURDIR) in Debian rule files

This is an automated email from the ASF dual-hosted git repository.

oflebbe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d3b487  BIGTOP-3622 - replace $(PWD) with $(CURDIR) in Debian rule files
0d3b487 is described below

commit 0d3b487ec3aa7c93845717bc220bfd9bb049cb79
Author: Luca Toscano <lt...@wikimedia.org>
AuthorDate: Tue Dec 21 08:46:05 2021 +0100

    BIGTOP-3622 - replace $(PWD) with $(CURDIR) in Debian rule files
    
    The only remaining one is the Oozie's rules file.
---
 bigtop-packages/src/deb/oozie/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/deb/oozie/rules b/bigtop-packages/src/deb/oozie/rules
index e1ea4a0..584f326 100755
--- a/bigtop-packages/src/deb/oozie/rules
+++ b/bigtop-packages/src/deb/oozie/rules
@@ -36,7 +36,7 @@ override_dh_auto_build:
 	tar cf - --exclude=debian/\* . | (cd debian/tmp && tar xf -)
 
 override_dh_auto_install:
-	sh -x debian/install_oozie.sh --extra-dir=debian/ --build-dir=$(PWD) --server-dir=./debian/oozie --client-dir=./debian/oozie-client --docs-dir=./debian/oozie-client/usr/share/doc/oozie --initd-dir=./debian/oozie/etc/init.d --conf-dir=./debian/oozie/etc/oozie/conf.dist
+	sh -x debian/install_oozie.sh --extra-dir=debian/ --build-dir=$(CURDIR) --server-dir=./debian/oozie --client-dir=./debian/oozie-client --docs-dir=./debian/oozie-client/usr/share/doc/oozie --initd-dir=./debian/oozie/etc/init.d --conf-dir=./debian/oozie/etc/oozie/conf.dist
 	rm -rf                        debian/oozie/usr/lib/oozie/embedded-oozie-server/webapp/docs
 	ln -s -f /usr/share/doc/oozie debian/oozie/usr/lib/oozie/embedded-oozie-server/webapp/docs