4594163 [rkeene@sledge /home/rkeene/projects/build]$ cat dirsync.txt
make linux || exit 1
cat <<EOF >install-scp.sh
#! /bin/sh

cp dirsync /usr/bin
if [ -f "dirsync.1" ]; then
	cp dirsync.1 /usr/man/man1
	chmod 644 /usr/man/man1/dirsync.1
fi
chmod 755 /usr/bin/dirsync
EOF
if [ -f "dirsync.1" ]; then
	sed 's@ UD @ DIRSYNC @' dirsync.1 > dirsync.1.1
	mv dirsync.1.1 dirsync.1
fi
chmod +x install-scp.sh
${installmonitor} ./install-scp.sh || exit 1
4594164 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:05