diff options
Diffstat (limited to 'audio/abcde/abcde.SlackBuild')
-rw-r--r-- | audio/abcde/abcde.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/abcde/abcde.SlackBuild b/audio/abcde/abcde.SlackBuild index f4e15c6b371df..25947808ef04b 100644 --- a/audio/abcde/abcde.SlackBuild +++ b/audio/abcde/abcde.SlackBuild @@ -28,7 +28,7 @@ # Modified by Andreas Voegele PRGNAM=abcde -VERSION=${VERSION:-2.7.2} +VERSION=${VERSION:-2.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,6 +61,8 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; patch -p1 < $CWD/id3-genre.diff +patch -p1 < $CWD/padding.diff +patch -p1 < $CWD/glyrc-locale.diff make install DESTDIR=$PKG \ prefix=/usr \ |