mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: mkrpm.sh: allow / in configure args
This commit is contained in:
parent
3c86526b81
commit
44b4657969
1 changed files with 3 additions and 3 deletions
|
|
@ -38,9 +38,9 @@ trap cleanup EXIT
|
|||
|
||||
# Create the spec file
|
||||
tmp_spec_file="${tmpdir}/SPECS/${name}.spec"
|
||||
sed -e "s/__NAME__/${name}/g" \
|
||||
-e "s/__VERSION__/${version}/g" \
|
||||
-e "s/__CONFIG_OPT__/${config_opt}/g" \
|
||||
sed -e "s|__NAME__|${name}|g" \
|
||||
-e "s|__VERSION__|${version}|g" \
|
||||
-e "s|__CONFIG_OPT__|${config_opt}|g" \
|
||||
"platform/rpm/${name}.spec" >"${tmp_spec_file}"
|
||||
# FIXME: We could parse RELNOTES and create a %changelog section here
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue