Project

General

Profile

Revision 3ba7282b

ID3ba7282b8f0d6c200183910e0a07307f18ad14a1
Parent 198885a1
Child 852d99cb

Added by Aurelien BOMPARD about 13 years ago

uniformisation des makefiles pour faciliter l'install depuis les sources

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6677 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

pkg/vigigraph.redhat.spec
35 35
sed -i -e '/<IfModule mod_wsgi\.c>/a WSGISocketPrefix run/wsgi' deployment/%{module}.conf
36 36

  
37 37
%build
38
make PYTHON=%{__python} SYSCONFDIR=%{_sysconfdir}
39 38

  
40 39
%install
41 40
rm -rf $RPM_BUILD_ROOT
42
make install \
41
make install_pkg \
43 42
	DESTDIR=$RPM_BUILD_ROOT \
44 43
	SYSCONFDIR=%{_sysconfdir} \
45 44
	PYTHON=%{__python}

Also available in: Unified diff