mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
Merge pull request #10 from khinsen/fix-for-macos
Make sed usage compatible with BSD-style seds
This commit is contained in:
commit
d26f22d6e7
@ -25,8 +25,7 @@ all: $(HOST_TARGETS)
|
||||
@touch $@
|
||||
|
||||
$(HOST_TARGETS): $(TARGET_DIR)/%: $(SRC_DIR)/% $(TARGET_DIR)/.d
|
||||
cp $(SRC_DIR)/$* $@
|
||||
sed -i "s/_VERSIONHOLDER_/$(VERSION)/g" $@
|
||||
sed -e "s/_VERSIONHOLDER_/$(VERSION)/g" < $(SRC_DIR)/$* > $@
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET_DIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user