Skip to content

Commit

Permalink
Update build_vfxplatform_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Aug 14, 2024
1 parent b2c6df2 commit 6ff2a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scripts/build_vfxplatform_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ rpmbuild -bb rpm.spec
cp -a ${HOME}/rpmbuild/RPMS/*/*.rpm ${DISTFILES}/builds/${VERSION}/

# Portable
FRICTION_PORTABLE=${FRICTION_PKG}-portable-linux-x86_64
FRICTION_PORTABLE=${FRICTION_PKG}-linux-x86_64
FRICTION_PORTABLE_DIR=${BUILD}/${FRICTION_PORTABLE}
cd ${BUILD}
rm -f ${FRICTION_PORTABLE_DIR} || true
Expand All @@ -186,8 +186,8 @@ ln -sf bin/friction .
)
cd ${BUILD}
tar cvf ${FRICTION_PORTABLE}.tar ${FRICTION_PORTABLE}
bzip2 -9 ${FRICTION_PORTABLE}.tar
cp -a ${FRICTION_PORTABLE}.tar.bz2 ${DISTFILES}/builds/${VERSION}/
xz -9 ${FRICTION_PORTABLE}.tar
cp -a ${FRICTION_PORTABLE}.tar.xz ${DISTFILES}/builds/${VERSION}/

# AppImage
(cd ${FRICTION_PORTABLE_DIR} ;
Expand Down

0 comments on commit 6ff2a8c

Please sign in to comment.