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.mandriva.spec
90 90
%setup -q
91 91

  
92 92
%build
93
make PYTHON=%{_bindir}/python SYSCONFDIR=%{_sysconfdir}
94 93

  
95 94
%install
96 95
rm -rf $RPM_BUILD_ROOT
97
make install \
96
make install_pkg \
98 97
	DESTDIR=$RPM_BUILD_ROOT \
99 98
	SYSCONFDIR=%{_sysconfdir} \
100
	PYTHON=%{_bindir}/python
99
	PYTHON=%{__python}
101 100

  
102 101
%find_lang %{name}
103 102

  

Also available in: Unified diff