Skip to content

Commit ba504ea

Browse files
author
Matthias Radestock
committed
merge bug20527 into default
2 parents 551cc70 + 494e57b commit ba504ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ srcdist: distclean
123123
cp README.in $(TARGET_SRC_DIR)/README
124124
elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
125125
>> $(TARGET_SRC_DIR)/README
126-
sed -i 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit.app
126+
sed -i.save 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit.app && rm -f $(TARGET_SRC_DIR)/ebin/rabbit.app.save
127127

128128
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/
129129
cp codegen.py Makefile $(TARGET_SRC_DIR)

0 commit comments

Comments
 (0)