From e402e809690148c07b324c86871056ea643114eb Mon Sep 17 00:00:00 2001 From: Paulo Tada Date: Mon, 2 Nov 2015 20:07:53 -0200 Subject: [PATCH] Replacing and using var NOOSFERODIR --- src/noosfero-spb/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/noosfero-spb/Makefile b/src/noosfero-spb/Makefile index 396d399..2f915ff 100644 --- a/src/noosfero-spb/Makefile +++ b/src/noosfero-spb/Makefile @@ -1,14 +1,14 @@ -PACKAGE = noosfero-spb -VERSION = 4.2.1 -DISTDIR = $(PACKAGE)-$(VERSION) -TARBALL = $(DISTDIR).tar.gz +PACKAGE = noosfero-spb +VERSION = 4.2.1 +DISTDIR = $(PACKAGE)-$(VERSION) +TARBALL = $(DISTDIR).tar.gz +NOOSFERODIR = /usr/lib/noosfero all: @echo Nothing to be $@, all good. -plugins_dir=/usr/lib/noosfero/plugins -themes_dir=/usr/lib/noosfero/public/designs/themes -noosfero_dir=/usr/lib/noosfero +plugins_dir=$(NOOSFERODIR)/plugins +themes_dir=$(NOOSFERODIR)/public/designs/themes dist: clean mkdir $(DISTDIR) -- libgit2 0.21.2