Skip to content

Commit

Permalink
build-deb fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed May 3, 2018
1 parent 9501265 commit 3506bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ build-deb: install-examples clone-luajit clone-libressl
mkdir -p /opt/distrib/lapps-0.5.1-amd64/DEBIAN
cp dpkg/control /opt/distrib/lapps-0.5.1-amd64/DEBIAN/
cp dpkg/lapps.conf /opt/distrib/lapps-0.5.1-amd64/etc/ld.so.conf.d/lapps.conf
cp -RpP /opt/lapps/* /opt/distrib/lapps-0.5.1-amd64/lapps/
cp -RpP /opt/lapps/* /opt/distrib/lapps-0.5.1-amd64/opt/lapps/
cd /opt/distrib && dpkg-deb --build lapps-0.5.1-amd64
cp lapps-0.5.1-amd64.deb ${CND_BASEDIR}/packages

Expand Down

0 comments on commit 3506bd7

Please # to comment.