Commit e69badd78f39d57327e1ef2cddf21258397d9410

Authored by Alexandre Barbosa
1 parent 561888bc

Change install directory to /usr

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
Makefile
1 1 VERSION = 1.0
2 2 TARBALL = noosfero-deps-$(VERSION).tar.gz
3   -PREFIX = /var
  3 +PREFIX = /usr
4 4 WGET = wget
5 5 NOOSFERO_BRANCH = master
6 6 BUNDLE_OPTS = --verbose --without='development test cucumber'
... ...
noosfero-deps.spec
... ... @@ -27,7 +27,7 @@ make %{?_smp_mflags}
27 27 %make_install
28 28  
29 29 %files
30   -/var/lib/noosfero
  30 +/usr/lib/noosfero
31 31 %doc
32 32  
33 33 %changelog
... ...