diff options
Diffstat (limited to 'audio/id3/id3.SlackBuild')
-rw-r--r-- | audio/id3/id3.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/id3/id3.SlackBuild b/audio/id3/id3.SlackBuild index 18481b623f51..f403842145ec 100644 --- a/audio/id3/id3.SlackBuild +++ b/audio/id3/id3.SlackBuild @@ -6,7 +6,7 @@ # Modified by the SlackBuilds.org project PRGNAM=id3 -VERSION=${VERSION:-0.78} +VERSION=${VERSION:-0.79} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,9 +53,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fixup some includes -patch -p1 < $CWD/id3-0.78-include_string_h.diff - make CFLAGS="$SLKCFLAGS" # Copying executable and manual to the correct location |