OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-May-2007 19:54:40
Branch: HEAD Handle: 2007053018544000
Modified files:
openpkg-src/tacacs tacacs.spec
Log:
try again to fix 'make install'
Summary:
Revision Changes Path
1.19 +2 -1 openpkg-src/tacacs/tacacs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tacacs/tacacs.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 tacacs.spec
--- openpkg-src/tacacs/tacacs.spec 30 May 2007 10:14:08 -0000 1.18
+++ openpkg-src/tacacs/tacacs.spec 30 May 2007 17:54:40 -0000 1.19
@@ -166,7 +166,8 @@
%install
# install package
rm -rf $RPM_BUILD_ROOT
- %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
+ %{l_make} %{l_mflags} install \
+ AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT INSTALL=\"%{l_shtool}
install\""
# post-adjust installation
mv $RPM_BUILD_ROOT%{l_prefix}/bin/generate_passwd \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]