Skip to content

Commit

Permalink
unix_install is not a part of repository - removing "svn update"(/"gi…
Browse files Browse the repository at this point in the history
…t pull") #3
  • Loading branch information
matyaskopp committed May 29, 2024
1 parent 27441e9 commit 1ee67d4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions admin/update-unix-dep-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ echo "Updating unix dependency packages" && \
echo "Remove old packages" && \
rm -rf ${TRED_UNIXINST_DIR}/packages_unix/packages && \

# update svn
echo "Subversion update" && \
svn up $TRED_UNIXINST_DIR >> $LOG && \
echo "Subversion status" && \
svn status $TRED_UNIXINST_DIR && \

# fetch packages from CPAN && use INSTALL_BASE
cd ${TRED_UNIXINST_DIR}/packages_unix && \
echo "Remove old packages" && \
echo "Update packages from CPAN" && \
PERLLIB= PERL5LIB= LD_LIBRARY_PATH= ./install -b -C && \

echo "Updating unix dependency packages done."

0 comments on commit 1ee67d4

Please sign in to comment.