summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5df3dbf)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40961
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
portfiles="/tmp/wx$port.files"
getfilelist "$port" "$portfiles"
portfiles="/tmp/wx$port.files"
getfilelist "$port" "$portfiles"
- TMPFILESDIR=/tmp/wx$port/wxWidgets-$VERSION
+ TMPFILESDIR=/tmp/wx$port/wx$portname-$VERSION
rm -rf $TMPFILESDIR
mkdir -p $TMPFILESDIR
rm -rf $TMPFILESDIR
mkdir -p $TMPFILESDIR
pushd /tmp/wx$port
# use DOS line endings for text files for MSW archives.
if [ $port = "msw" ]; then
pushd /tmp/wx$port
# use DOS line endings for text files for MSW archives.
if [ $port = "msw" ]; then
- pushd /tmp/wx$port/wxWidgets-$VERSION
+ pushd /tmp/wx$port/wx$portname-$VERSION
for file in `cat /tmp/textfiles`; do
unix2dos $file
done
for file in `cat /tmp/textfiles`; do
unix2dos $file
done
echo "Creating wx$portname-$VERSION.zip..."
zip $ZIPFLAGS -r -9 $APPDIR/deliver/wx$portname-$VERSION.zip .
echo "Creating wx$portname-$VERSION.tar.gz..."
echo "Creating wx$portname-$VERSION.zip..."
zip $ZIPFLAGS -r -9 $APPDIR/deliver/wx$portname-$VERSION.zip .
echo "Creating wx$portname-$VERSION.tar.gz..."
- tar czf $APPDIR/deliver/wx$portname-$VERSION.tar.gz wxWidgets-$VERSION
+ tar czf $APPDIR/deliver/wx$portname-$VERSION.tar.gz wx$portname-$VERSION
echo "Creating wx$portname-$VERSION.tar.bz2..."
tar ch wxWidgets-$VERSION | bzip2 -f9 > $APPDIR/deliver/wx$portname-$VERSION.tar.bz2
popd
echo "Creating wx$portname-$VERSION.tar.bz2..."
tar ch wxWidgets-$VERSION | bzip2 -f9 > $APPDIR/deliver/wx$portname-$VERSION.tar.bz2
popd