diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 18:10:36 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 18:10:36 -0600 |
commit | b9da5a054b6d7e1db4082f38da58d3c48b244ecc (patch) | |
tree | c1d7a077bc895fc4441bdce194cb7c8d04860b79 /libraries/python-lastfm | |
parent | 5716ba5fa4d6dc055b46164f412fc4aeddec7eb2 (diff) |
libraries/python-lastfm: Uncompressed the patch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/python-lastfm')
-rw-r--r-- | libraries/python-lastfm/nostdeb.diff | 15 | ||||
-rw-r--r-- | libraries/python-lastfm/nostdeb.diff.gz | bin | 238 -> 0 bytes | |||
-rw-r--r-- | libraries/python-lastfm/python-lastfm.SlackBuild | 2 |
3 files changed, 16 insertions, 1 deletions
diff --git a/libraries/python-lastfm/nostdeb.diff b/libraries/python-lastfm/nostdeb.diff new file mode 100644 index 000000000000..83d1ea07bc0a --- /dev/null +++ b/libraries/python-lastfm/nostdeb.diff @@ -0,0 +1,15 @@ +*** setup.py 2009-03-04 09:34:14.000000000 +0200 +--- setup1.py 2009-03-04 09:36:03.000000000 +0200 +*************** +*** 1,5 **** + #!/usr/bin/env python +! import stdeb + __author__ = "Abhinav Sarkar <abhinav@abhinavsarkar.net>" + __version__ = "0.1" + __license__ = "GNU Lesser General Public License" +--- 1,5 ---- + #!/usr/bin/env python +! + __author__ = "Abhinav Sarkar <abhinav@abhinavsarkar.net>" + __version__ = "0.1" + __license__ = "GNU Lesser General Public License" diff --git a/libraries/python-lastfm/nostdeb.diff.gz b/libraries/python-lastfm/nostdeb.diff.gz Binary files differdeleted file mode 100644 index dd4ed986a07c..000000000000 --- a/libraries/python-lastfm/nostdeb.diff.gz +++ /dev/null diff --git a/libraries/python-lastfm/python-lastfm.SlackBuild b/libraries/python-lastfm/python-lastfm.SlackBuild index 94a54c98993e..9a8fde69f527 100644 --- a/libraries/python-lastfm/python-lastfm.SlackBuild +++ b/libraries/python-lastfm/python-lastfm.SlackBuild @@ -55,7 +55,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -zcat $CWD/nostdeb.diff.gz | patch -p0 || exit +patch -p0 < $CWD/nostdeb.diff python setup.py install --root $PKG |