forked from kiss-community/repo
rsync: Add comment
This commit is contained in:
parent
440f0b2cdf
commit
0aea8f5209
@ -1,9 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export CFLAGS="-static $CFLAGS"
|
||||
|
||||
# Swap to awk script instead of perl script
|
||||
# for building rsync. See files/mkproto.awk.
|
||||
sed -i 's/perl/awk -f/;s/mkproto.pl/mkproto.awk/' Makefile.in
|
||||
|
||||
export CFLAGS="-static $CFLAGS"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-included-popt \
|
||||
|
Loading…
Reference in New Issue
Block a user