Codebase list kopanocore / e8929c2
d/rules: normalize sed call Remove the used commas and replace them by a backslash so we can catch up more use cases. Needed for php-mapi.postrm adjustment while package build. Carsten Schoenert 5 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4444
4545
4646 $(PREPROCESS_FILES:.in=): %: %.in
47 sed -e 's,/@DEB_HOST_MULTIARCH@,$(DEB_HOST_MULTIARCH:%=/%),g' \
48 -e 's,/@PHP_VERSION@,$(PHP_VERSION:%=/%),g' \
47 sed -e 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH:%=%)/g' \
48 -e 's/@PHP_VERSION@/$(PHP_VERSION:%=%)/g' \
4949 $< > $@
5050
5151 %: