diff options
-rwxr-xr-x | misc-scripts/make-sourceball | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index 5a3db6b..71bb405 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -39,12 +39,6 @@ die() { cleanup 1 } -##### Copied from makepkg ##### - -strip_url() { - echo "$1" | sed 's|^.*://.*/||g' -} - create_srcpackage() { if [ -d "$1" ]; then pushd "$1" >/dev/null |