Accepting request 911192 from home:seife:testing

fix sed call

OBS-URL: https://build.opensuse.org/request/show/911192
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=312
This commit is contained in:
Stefan Seyfried 2021-08-10 07:26:46 +00:00 committed by Git OBS Bridge
parent 335e687e60
commit acb5840d6c

View File

@ -189,7 +189,7 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service
# END FIXME
# for auto-enable subpackage
sed '/^#AutoEnable=false/aAutoEnable=true' src/main.conf
sed -i '/^#AutoEnable=false/aAutoEnable=true' src/main.conf
# 2to3 does not fix the #! line
sed -i '1s#/usr/bin/python$#/usr/bin/python3#' test/*