This commit is contained in:
Nav
2023-09-28 22:36:13 +01:00
parent 7c04345e70
commit f5ad2802bc
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PLAYGROUND_DIR=@CMAKE_BINARY_DIR@/packaging/deb/playground;
DEBIAN_DIR=${PLAYGROUND_DIR}/DEBIAN

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PLAYGROUND_DIR=@CMAKE_BINARY_DIR@/packaging/pkgbuild/playground;
BUILD_ROOT_DIR=${PLAYGROUND_DIR}/build_root

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PLAYGROUND_DIR=@CMAKE_BINARY_DIR@/packaging/rpm/playground;
SPECS_DIR=${PLAYGROUND_DIR}/SPECS;