diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/create-build-support-package | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/create-build-support-package b/bin/create-build-support-package index 7a0db32..2db3510 100755 --- a/bin/create-build-support-package +++ b/bin/create-build-support-package @@ -184,6 +184,8 @@ if [ -n "${source_package}" ]; then /^provides = / { / = \S\+\.so=/ ! d } + /^replaces = / d + /^conflict = / d ' "${tmp_dir}/content/.PKGINFO" else sed -i ' |