Tidying
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
PLAYGROUND_DIR=@CMAKE_BINARY_DIR@/packaging/deb/playground;
|
PLAYGROUND_DIR=@CMAKE_BINARY_DIR@/packaging/deb/playground;
|
||||||
DEBIAN_DIR=${PLAYGROUND_DIR}/DEBIAN
|
DEBIAN_DIR=${PLAYGROUND_DIR}/DEBIAN
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
PLAYGROUND_DIR=@CMAKE_BINARY_DIR@/packaging/pkgbuild/playground;
|
PLAYGROUND_DIR=@CMAKE_BINARY_DIR@/packaging/pkgbuild/playground;
|
||||||
BUILD_ROOT_DIR=${PLAYGROUND_DIR}/build_root
|
BUILD_ROOT_DIR=${PLAYGROUND_DIR}/build_root
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
PLAYGROUND_DIR=@CMAKE_BINARY_DIR@/packaging/rpm/playground;
|
PLAYGROUND_DIR=@CMAKE_BINARY_DIR@/packaging/rpm/playground;
|
||||||
SPECS_DIR=${PLAYGROUND_DIR}/SPECS;
|
SPECS_DIR=${PLAYGROUND_DIR}/SPECS;
|
||||||
|
|||||||
Reference in New Issue
Block a user