diff options
Diffstat (limited to 'multimedia/gpodder/gpodder.SlackBuild')
-rw-r--r-- | multimedia/gpodder/gpodder.SlackBuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/multimedia/gpodder/gpodder.SlackBuild b/multimedia/gpodder/gpodder.SlackBuild index bc3fffc7b4..e06c7b3cea 100644 --- a/multimedia/gpodder/gpodder.SlackBuild +++ b/multimedia/gpodder/gpodder.SlackBuild @@ -22,10 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by Luis Henrique <lmello.009@gmail.com> - PRGNAM=gpodder -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,11 +70,6 @@ find . \ -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; - -# On Slackware, ip and ifconfig are in /sbin, which is not in normal user $PATH -sed -i \ - "/Popen(\['ip\|Popen(\['ifconfig/s/Popen(\['/Popen(['\/sbin\//" \ - src/gpodder/util.py make install DESTDIR=$PKG || exit 1 |