Commit 68f57ff320222991e5a0f7eecf640ff50ed07f0b

Authored by Alexandre Barbosa
1 parent e345f97a

Change install directory

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
1 VERSION = 1.0 1 VERSION = 1.0
2 TARBALL = noosfero-deps-$(VERSION).tar.gz 2 TARBALL = noosfero-deps-$(VERSION).tar.gz
3 -PREFIX = /usr 3 +PREFIX = /var
4 WGET = wget 4 WGET = wget
5 NOOSFERO_BRANCH = master 5 NOOSFERO_BRANCH = master
6 BUNDLE_OPTS = --verbose --without='development test cucumber' --deployment 6 BUNDLE_OPTS = --verbose --without='development test cucumber' --deployment
noosfero-deps.spec
@@ -27,7 +27,7 @@ make %{?_smp_mflags} @@ -27,7 +27,7 @@ make %{?_smp_mflags}
27 %make_install 27 %make_install
28 28
29 %files 29 %files
30 -/usr/lib/noosfero 30 +/var/lib/noosfero
31 %doc 31 %doc
32 32
33 %changelog 33 %changelog