From e69badd78f39d57327e1ef2cddf21258397d9410 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Wed, 28 Jan 2015 08:45:00 -0500 Subject: [PATCH] Change install directory to /usr --- Makefile | 2 +- noosfero-deps.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f84e417..20aa05b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 1.0 TARBALL = noosfero-deps-$(VERSION).tar.gz -PREFIX = /var +PREFIX = /usr WGET = wget NOOSFERO_BRANCH = master BUNDLE_OPTS = --verbose --without='development test cucumber' diff --git a/noosfero-deps.spec b/noosfero-deps.spec index 11919ef..3d3772e 100644 --- a/noosfero-deps.spec +++ b/noosfero-deps.spec @@ -27,7 +27,7 @@ make %{?_smp_mflags} %make_install %files -/var/lib/noosfero +/usr/lib/noosfero %doc %changelog -- libgit2 0.21.2