Skip to content

Commit

Permalink
Use the tar archive compression extension ".xz" explicitly.
Browse files Browse the repository at this point in the history
	modified:   install-lool.sh
  • Loading branch information
RainerEmrich committed Mar 29, 2017
1 parent eeb0233 commit b0c6f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-lool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ elif [ "${LOOL_VERSION}" != "${LOOL_LAST}" ] ; then
/bin/mv -f ${LOOL_PREFIX} ${BACKUP_PATH}

mkdir -p ${LOOL_PREFIX}
tar -C ${LOOL_PREFIX} -xf ${PKG_DIR}/${LOOL_VERSION}.tar.*
tar -C ${LOOL_PREFIX} -xf ${PKG_DIR}/${LOOL_VERSION}.tar.xz
/sbin/setcap cap_fowner,cap_mknod,cap_sys_chroot=ep ${LOOL_PREFIX}/bin/loolforkit
/sbin/setcap cap_sys_admin=ep ${LOOL_PREFIX}/bin/loolmount

Expand Down

0 comments on commit b0c6f56

Please sign in to comment.