Release 3-2-4 with tag: REL_mrw-c++-3-2-4

This commit is contained in:
Marc Wäckerlin
2007-08-20 07:30:10 +00:00
parent a081dade24
commit 472adb5ce4

11
checkinstall.sh Executable file
View File

@@ -0,0 +1,11 @@
if [ "$1" = "-h" -o "$1" = "--help" ]; then
echo "All parameters will be passed to checkinstall, call as 'root' - e.g.:"
echo " ./checkinstall.sh --pkgname=cross-mingw-mrw-c++ --pkgversion=3.2.4 -y"
exit 0
fi
TMP=/tmp/mrw-c++-checkinstall
rm -rf $TMP
DESTDIR=$TMP make install
cd $TMP
checkinstall $* cp -r * /
rm -rf $TMP