Commit e402e809690148c07b324c86871056ea643114eb

Authored by Paulo Tada
1 parent 35779980
Exists in spec_refactor

Replacing and using var NOOSFERODIR

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
src/noosfero-spb/Makefile
1   -PACKAGE = noosfero-spb
2   -VERSION = 4.2.1
3   -DISTDIR = $(PACKAGE)-$(VERSION)
4   -TARBALL = $(DISTDIR).tar.gz
  1 +PACKAGE = noosfero-spb
  2 +VERSION = 4.2.1
  3 +DISTDIR = $(PACKAGE)-$(VERSION)
  4 +TARBALL = $(DISTDIR).tar.gz
  5 +NOOSFERODIR = /usr/lib/noosfero
5 6  
6 7 all:
7 8 @echo Nothing to be $@, all good.
8 9  
9   -plugins_dir=/usr/lib/noosfero/plugins
10   -themes_dir=/usr/lib/noosfero/public/designs/themes
11   -noosfero_dir=/usr/lib/noosfero
  10 +plugins_dir=$(NOOSFERODIR)/plugins
  11 +themes_dir=$(NOOSFERODIR)/public/designs/themes
12 12  
13 13 dist: clean
14 14 mkdir $(DISTDIR)
... ...