Skip to content
Snippets Groups Projects
Commit c0f0eba5 authored by Дмитрий Кибирев's avatar Дмитрий Кибирев
Browse files

fix: remove target from sources in mac pack

parent 00c33692
No related branches found
No related tags found
1 merge request!581fix: remove target from sources in mac pack
Pipeline #19725 passed
......@@ -362,6 +362,7 @@ pack-macos-arm:
--exclude=.git --exclude='.gitignore' --exclude='.gitmodules' \
--exclude=FreeBSD --exclude=debian --exclude=rpm --exclude=rump \
--exclude=apk --exclude=$BUILDDIR --exclude=packpack \
--exclude=target \
* $BUILDDIR/$PKGNAME-$VER/
cd $BUILDDIR
tar --uid=0 --gid=0 -caPf $PKGNAME-$VER.tar.gz $PKGNAME-$VER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment