Browse Source

Fix

master
Ray Burgemeestre 5 years ago
parent
commit
4a934e6fa8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      fastpfor/Makefile

+ 2
- 2
fastpfor/Makefile View File

@@ -15,8 +15,8 @@ package:
rm -rf out
mkdir -p out/opt/cppse/build/fastpfor/lib
mkdir -p out/opt/cppse/build/fastpfor/include
cp -prv ./FastPFor/libFastPFor.a /path/to.a out/opt/cppse/build/fastpfor/lib/
cp -prv ./FastPFor/headers /path/to.a out/opt/cppse/build/fastpfor/include/
cp -prv ./FastPFor/libFastPFor.a out/opt/cppse/build/fastpfor/lib/
cp -prv ./FastPFor/headers out/opt/cppse/build/fastpfor/include/
rm -rf fastpfor_1.0_amd64.deb
docker run -v "$$(pwd):/src/" rayburgemeestre/fpm-ubuntu:18.04 fpm -s dir -t deb -n fastpfor --license MPL2 --maintainer "Ray Burgemeestre <ray@cppse.nl>" --description "fastpfor - build dependency" --url "https://github.com/rayburgemeestre/FastPFor" --deb-generate-changes -C /src/out


Loading…
Cancel
Save