4593953 [rkeene@sledge /home/rkeene/projects/build]$ cat nvu.txt
if echo "${pkgver}" | grep 'bin$' >/dev/null; then
cat <<EOF >install-scp.sh
#! /bin/sh

rm -rf /usr/lib/nvu
mkdir -p /usr/lib/nvu || exit 1
cp -a * /usr/lib/nvu
ln -s /usr/lib/nvu/nvu /usr/bin/

exit 0
EOF
else
	# We will fail to handle source for nvu for now..
	exit 1
fi

chmod +x install-scp.sh
${installmonitor} ./install-scp.sh || exit 1
4593954 [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:06