diff options
author | Peter Bui <pnutzh4x0r@gmail.com> | 2015-07-20 22:51:38 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-21 06:10:50 +0000 |
commit | 774a3be4d3ede8649e0d2a711d07ce13808b1864 (patch) | |
tree | dfe07676cd65c7ec9074b0a04e8316b92219a6f1 /main/py-eyed3/eyeD3-sh.patch | |
parent | 0b3bb87dc7cb5883bd064843f76887dd294a3cbf (diff) | |
download | aports-774a3be4d3ede8649e0d2a711d07ce13808b1864.tar.bz2 aports-774a3be4d3ede8649e0d2a711d07ce13808b1864.tar.xz |
main/py-eyed3: move from testing
Diffstat (limited to 'main/py-eyed3/eyeD3-sh.patch')
-rw-r--r-- | main/py-eyed3/eyeD3-sh.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/py-eyed3/eyeD3-sh.patch b/main/py-eyed3/eyeD3-sh.patch new file mode 100644 index 0000000000..1f9798834b --- /dev/null +++ b/main/py-eyed3/eyeD3-sh.patch @@ -0,0 +1,7 @@ +--- a/bin/eyeD3 2014-10-24 11:11:12.104828448 +0500 ++++ b/bin/eyeD3 2014-10-24 11:11:24.744759113 +0500 +@@ -1,3 +1,3 @@ +-#!/usr/bin/env bash ++#!/bin/sh + + python -m eyed3.main "$@" |