mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-25 20:21:20 +02:00
Rpm: initial Fedora support
This commit is contained in:
parent
0d62f6b7aa
commit
f6e2675c02
2
debian/Makefile.to_fakebuild_tar_package
vendored
2
debian/Makefile.to_fakebuild_tar_package
vendored
@ -1,6 +1,6 @@
|
||||
TARGET_OS := $(shell lsb_release -is | tr '[:upper:]' '[:lower:]')
|
||||
TARGET_OS_CODENAME := $(shell lsb_release -cs | tr '[:upper:]' '[:lower:]')
|
||||
ifeq ($(TARGET_OS), centos)
|
||||
ifeq ($(TARGET_OS), $(filter $(TARGET_OS), centos fedora))
|
||||
TARBALL_DIR := $$RPM_SOURCE_DIR
|
||||
else
|
||||
TARBALL_DIR := builder/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user