File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- "../LSL/liblsl /include/lsl_cpp.h","usr/include/"
2- "../LSL/liblsl /include/lsl_c.h","usr/include/"
1+ "../.. /include/lsl_cpp.h","usr/include/"
2+ "../.. /include/lsl_c.h","usr/include/"
Original file line number Diff line number Diff line change 1- "../LSL/liblsl /build/src/liblsl.so","usr/lib/"
2- "../LSL/liblsl /LICENSE","usr/share/doc/liblsl/"
1+ "../.. /build/src/liblsl.so","usr/lib/"
2+ "../.. /LICENSE","usr/share/doc/liblsl/"
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ VERSION=$VERSION_MAJOR.$VERSION_MINOR
88echo building debian packages for version $VERSION
99
1010# first build liblsl:
11- mkdir -p ../LSL/liblsl /build
12- (cd ../LSL/liblsl /build && cmake ..)
13- make -C ../LSL/liblsl /build
11+ mkdir -p ../.. /build
12+ (cd ../.. /build && cmake ..)
13+ make -C ../.. /build
1414
1515./mkdeb liblsl.csv $VERSION
1616./mkdeb liblsl-dev.csv $VERSION
You can’t perform that action at this time.
0 commit comments