Changed location of .changes file

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@273 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-04-03 20:21:50 +00:00
parent 73242af811
commit db9cc6dd5f

View File

@@ -1564,7 +1564,7 @@ endif
$(ec)$(call create_archive,$(package_stage_parent_dir), \
$(package_dir)/$(src_package_name), \
$(package_proj_name_and_ver))
$(ec)$(call copycmd,$(package_proj_name).changes,$(package_stage_dir))
$(ec)$(call copycmd,$(package_proj_name).changes,$(package_dir))
$(ec)$(call rmdircmd,$(package_stage_dir))
$(ec)$(gprintf) "Source package created.\n"