aboutsummaryrefslogtreecommitdiffstats
path: root/config.sh.in
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-10 16:26:15 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-12 16:08:47 -0300
commit95bfe7d71b12aa415091d15bb6084dfe7bb993f0 (patch)
tree2f6c44cb83afe0b9c32a76f22f404e80c7090269 /config.sh.in
parentmakefiles: include config.mk instead of common.mk where possible (diff)
downloadfirejail-95bfe7d71b12aa415091d15bb6084dfe7bb993f0.tar.gz
firejail-95bfe7d71b12aa415091d15bb6084dfe7bb993f0.tar.zst
firejail-95bfe7d71b12aa415091d15bb6084dfe7bb993f0.zip
mkdeb.sh.in: move configure-time vars into new config.sh.in
For better organization and so that they can be used by other shell scripts by just sourcing config.sh.
Diffstat (limited to 'config.sh.in')
-rw-r--r--config.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.sh.in b/config.sh.in
new file mode 100644
index 000000000..28251b3d5
--- /dev/null
+++ b/config.sh.in
@@ -0,0 +1,2 @@
1NAME=@PACKAGE_NAME@
2VERSION=@PACKAGE_VERSION@