Skip to content

Commit

Permalink
Set DESTDIR for make install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Jun 23, 2013
1 parent 807f3a4 commit 01959d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packaging/lsb/rsync.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ make

%install
rm -rf $RPM_BUILD_ROOT

make install install-ssl-client install-ssl-daemon
make install install-ssl-client install-ssl-daemon DESTDIR=$RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d $RPM_BUILD_ROOT/etc/rsync-ssl/certs
install -m 644 packaging/lsb/rsync.xinetd $RPM_BUILD_ROOT/etc/xinetd.d/rsync
Expand Down

0 comments on commit 01959d6

Please sign in to comment.