mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/ucview: Simplify script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
de8187f764
commit
84c2055027
1 changed files with 2 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
PRGNAM=ucview
|
||||
VERSION=${VERSION:-20150221}
|
||||
SRCVERSION=${SRCVERSION:-29bd93aeef0573c58c9aee665dc43fdfd1f77a1f}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -81,9 +81,7 @@ find -L . \
|
|||
PRGMAN=$PKG/usr/man/man1
|
||||
PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# Remove reference to non existent 'm4' directory.
|
||||
sed -i -e "s~^ACLOCAL_AMFLAGS.*$~~" Makefile.am
|
||||
|
||||
mkdir m4
|
||||
autoreconf --force --install
|
||||
intltoolize --force
|
||||
|
||||
|
|
Loading…
Reference in a new issue