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