Skip to content

Instantly share code, notes, and snippets.

@norrs
Created August 14, 2013 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norrs/6235380 to your computer and use it in GitHub Desktop.
Save norrs/6235380 to your computer and use it in GitHub Desktop.
B=$( cd $(dirname $0) ; pwd -P )
UPSTREAM=$(basename $B/libqtweetlib-upstream)
cd $B
tar -czvf libqtweetlib-upstream.tar.gz "$UPSTREAM" --exclude .git --exclude "*.log"
tar -zxf libqtweetlib-upstream.tar.gz --transform="s/libqtweetlib-upstream/libqtweetlib-0.5/"
tar -cvzf libqtweetlib-0.5.orig.tar.gz libqtweetlib-0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment