diff options
author | davidovski <david@davidovski.xyz> | 2021-12-22 22:41:26 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-22 22:41:26 +0000 |
commit | aae26db6e3c15ba6d5619e414f661f0e942c1509 (patch) | |
tree | 86e23c79549f37bd5c8ea2c1a7bb111bf75c10d3 /repo/extra | |
parent | 7625c1b1d5d125a6de388838d3eac39473eb8177 (diff) |
removed redundant package stage on xipkg
Diffstat (limited to 'repo/extra')
-rw-r--r-- | repo/extra/xipkg.xibuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/repo/extra/xipkg.xibuild b/repo/extra/xipkg.xibuild index ee6fb01..f4b8200 100644 --- a/repo/extra/xipkg.xibuild +++ b/repo/extra/xipkg.xibuild @@ -10,8 +10,3 @@ build () { make DESTDIR=$PKG_DEST install } -package () { - mkdir -pv $PKG_DEST/usr/bin - cp -v ./bin/xi $PKG_DEST/usr/bin/ -} - |