...
This commit is contained in:
6
Makefile
6
Makefile
@@ -42,6 +42,6 @@ package:
|
|||||||
# cp web file
|
# cp web file
|
||||||
mkdir -p $(package_path)/web
|
mkdir -p $(package_path)/web
|
||||||
cp -rf $(web_root)/* $(package_path)/web
|
cp -rf $(web_root)/* $(package_path)/web
|
||||||
cd $(build_dir)
|
# cd $(build_dir)
|
||||||
tar cvfz $(package_file) $(package_dir)
|
tar cvfz $(build_dir)/$(package_file) -C $(package_path) $(package_name)
|
||||||
mv -f $(package_file) $(release_dir)
|
mv -f $(build_dir)/$(package_file) $(release_dir)
|
||||||
Reference in New Issue
Block a user