Skip to content
Snippets Groups Projects

fix: remove target from sources in mac pack

Merged Дмитрий Кибирев requested to merge macos_remove_target into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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
Loading