Changeset 743

Show
Ignore:
Timestamp:
12/24/07 16:04:23 (13 months ago)
Author:
michiel
Message:

changes to the release script to make it work.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/mkrelease.sh

    r737 r743  
    1 #!/bin/sh 
     1#!/usr/bin/env bash 
    22# 
    33# Create a release of MvBlog 
     
    108108        cp "${SVNDIR}/CSS-Documentation" "${RELEASE_DIR}/docs" 
    109109        cp "${SVNDIR}/index-alt.php-sample" "${RELEASE_DIR}/docs" 
    110         chmod -R 777 "${RELEASE_DIR}/images" 
    111         chmod -R 777 "${RELEASE_DIR}/site_images" 
    112         chmod -R 777 "${RELEASE_DIR}/backups" 
     110        chmod -R 777 "${RELEASE_DIR}/src/images" 
     111        chmod -R 777 "${RELEASE_DIR}/src/site_images" 
     112        chmod -R 777 "${RELEASE_DIR}/src/backups" 
    113113        echo "done." 
    114114        echo -n "Creating release tarball ${PROGRAM}-${VERSION} ..."