diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 20:44:37 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:21 +0000 |
commit | 929f20b5d933d913cf238d86e032932fbbbc8622 (patch) | |
tree | 4dec8622673a9962ceaccc782b29f077bf3814ea /perl/perl-Bit-Vector | |
parent | 896574c3f5e6a5474e4758e093cb26cd6fc443a2 (diff) |
perl/perl-Bit-Vector: Remove template comment, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Bit-Vector')
-rw-r--r-- | perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild b/perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild index 3e93f05d4d68..cd5eab88a472 100644 --- a/perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild +++ b/perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild @@ -32,7 +32,7 @@ DOCS="Artistic.txt CREDITS.txt GNU_GPL.txt GNU_LGPL.txt README.txt" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -80,13 +80,11 @@ make install DESTDIR=$PKG # Move man pages mv $PKG/usr/share/man $PKG/usr/ -# Compress man pages ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done ) -# Remove perllocal.pod and other special files that don't need to be installed ( cd $PKG # Remove 'special' files find . -name perllocal.pod \ |