Skip to content

Commit

Permalink
Introduced Script to create tarballs
Browse files Browse the repository at this point in the history
fix #43
  • Loading branch information
ZigRazor committed Jul 26, 2021
1 parent 0441deb commit dd36b64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/tarballs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

tar --transform='flags=r;s|include/|/usr/include/|' -cvjSf CXXGraph.tar.bz2 ../include/*

0 comments on commit dd36b64

Please sign in to comment.