diff options
Diffstat (limited to 'libraries/python-lastfm/python-lastfm.SlackBuild')
-rw-r--r-- | libraries/python-lastfm/python-lastfm.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/python-lastfm/python-lastfm.SlackBuild b/libraries/python-lastfm/python-lastfm.SlackBuild index 94a54c9899..9a8fde69f5 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 |