mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
misc/mosquitto: Fixed LIBDIRSUFFIX oversight
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
eb0951715b
commit
f7832e4ac9
1 changed files with 6 additions and 7 deletions
|
@ -71,13 +71,12 @@ find . \
|
|||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../ \
|
||||
cmake ../ \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_SUFFIX=64 \
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
cd -
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
# Preserve existing mosquitto.conf during package installation
|
||||
mv $PKG/etc/mosquitto/mosquitto.conf $PKG/etc/mosquitto/mosquitto.conf.new
|
||||
|
|
Loading…
Reference in a new issue