diff options
Diffstat (limited to 'audio/jack2/jack2.SlackBuild')
-rw-r--r-- | audio/jack2/jack2.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/jack2/jack2.SlackBuild b/audio/jack2/jack2.SlackBuild index 989e672d76..35c16237cf 100644 --- a/audio/jack2/jack2.SlackBuild +++ b/audio/jack2/jack2.SlackBuild @@ -23,9 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jack2 -PRGNAMFILE=jack # for opening file! Don't change it !!! -VERSION=1.9.9.5 -BUILD=${BUILD:-1} +PRGNAMFILE=jack # aux var for opening file! Don't change it !!! +VERSION=${VERSION:-1.9.9.5} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -75,7 +75,7 @@ CXXFLAGS="$SLKCFLAGS" \ ./waf configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ - --mandir=/usr/man \ + --mandir=/usr/man/man1 \ --classic \ --profile \ --dbus \ |