Changeset 5a3d8ccb
- Timestamp:
- 01/19/2005 06:00:55 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8f244f27
- Parents:
- 44a2b88
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/config/compressdoc.xml
r44a2b88 r5a3d8ccb 343 343 [ -f "${DIR_NAME}.tar" ] && 344 344 mv "${DIR_NAME}.tar" "${DIR_NAME}.tar.old" 345 tar cfv "${DIR_NAME}.tar" "${DIR_NAME}" > $DEST_FD1345 tar -cfv "${DIR_NAME}.tar" "${DIR_NAME}" > $DEST_FD1 346 346 done 347 347 exit 0 -
xsoft/graphweb/mozilla.xml
r44a2b88 r5a3d8ccb 144 144 extension, execute the following steps:</para> 145 145 146 <screen><userinput><command>tar zxf ../enigmail-&enigmail-version;.tar.gz -C extensions &&147 tar zxf ../ipc-&ipc-version;.tar.gz -C extensions &&146 <screen><userinput><command>tar -zxf ../enigmail-&enigmail-version;.tar.gz -C extensions && 147 tar -zxf ../ipc-&ipc-version;.tar.gz -C extensions && 148 148 build/autoconf/make-makefile extensions/ipc extensions/enigmail && 149 149 make -C extensions/ipc && -
xsoft/other/thunderbird.xml
r44a2b88 r5a3d8ccb 141 141 execute the following steps:</para> 142 142 143 <screen><userinput><command>tar zxf ../enigmail-&thunderbird-enigmail-version;.tar.gz -C extensions &&144 tar zxf ../ipc-&thunderbird-ipc-version;.tar.gz -C extensions &&143 <screen><userinput><command>tar -zxf ../enigmail-&thunderbird-enigmail-version;.tar.gz -C extensions && 144 tar -zxf ../ipc-&thunderbird-ipc-version;.tar.gz -C extensions && 145 145 build/autoconf/make-makefile extensions/ipc extensions/enigmail && 146 146 make -C extensions/ipc &&
Note:
See TracChangeset
for help on using the changeset viewer.