mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/opendoas: Handle environment BUILD better.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
f62b40474f
commit
ada647d46c
1 changed files with 1 additions and 6 deletions
|
@ -100,10 +100,7 @@ fi
|
|||
|
||||
# Passing BUILD from the command line otherwise causes the build to fail (the
|
||||
# configure script uses the variable name).
|
||||
SBBUILD=$BUILD
|
||||
unset BUILD
|
||||
|
||||
./configure \
|
||||
env -u BUILD ./configure \
|
||||
--prefix=/usr \
|
||||
$SHADOW \
|
||||
$TIMESTAMP \
|
||||
|
@ -117,8 +114,6 @@ make install DESTDIR=$PKG
|
|||
strip $PKG/usr/bin/*
|
||||
gzip -9 $PKG/usr/man/man*/*
|
||||
|
||||
BUILD=$SBBUILD
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
LICENSE README.md \
|
||||
|
|
Loading…
Reference in a new issue