mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libxmi: Updated for Slackware 14.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
2363cc0c65
commit
a8d82a2d80
1 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=libxmi
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -66,8 +66,7 @@ chown -R root:root .
|
|||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
# Substitute newer automake files that know about x86_64
|
||||
# (as for SBo's soundtouch)
|
||||
am=$(automake --version | grep "1." | cut -d " " -f 4 | cut -d "." -f 2)
|
||||
am=$(automake --version | head -1 | cut -d " " -f 4 | cut -d "." -f 2)
|
||||
for i in config.guess config.sub depcomp install-sh missing; do
|
||||
rm -f $i
|
||||
ln -s /usr/share/automake-1.$am/$i $i
|
||||
|
|
Loading…
Reference in a new issue