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.rhel6.spec
29 29
sed -i -e '/<IfModule mod_wsgi\.c>/a WSGISocketPrefix run/wsgi' deployment/%{module}.conf
30 30

  
31 31
%build
32
make PYTHON=%{__python} SYSCONFDIR=%{_sysconfdir}
33 32

  
34 33
%install
35 34
rm -rf $RPM_BUILD_ROOT
36
make install \
35
make install_pkg \
37 36
    DESTDIR=$RPM_BUILD_ROOT \
38 37
    SYSCONFDIR=%{_sysconfdir} \
39 38
    PYTHON=%{__python}

Also available in: Unified diff