commit | 0d41faf9393907ffb57db6f7a7942e0a78353b14 | [log] [tgz] |
---|---|---|
author | Zhou Hao <haox.a.zhou@intel.com> | Fri Aug 02 15:42:19 2019 +0800 |
committer | Philip Li <philip.li@intel.com> | Fri Aug 02 18:42:33 2019 +0800 |
tree | 6c7508a26753822068e0af9b036df34c733648ce | |
parent | 738790bacc4406abf7247c04809ddb59e67cc42c [diff] |
pack/pft: Remove the pft method pft has converted pack to makepkg so remove the pack method Signed-off-by: Zhou Hao <haox.a.zhou@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
diff --git a/pack/pft b/pack/pft deleted file mode 100755 index 7a010cf..0000000 --- a/pack/pft +++ /dev/null
@@ -1,11 +0,0 @@ -#!/bin/bash - -download() -{ - git_clone_update https://github.com/gormanm/pft -} - -install() -{ - cp -af $BM_NAME $BM_ROOT -}