summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-03-01 20:43:54 +0000
committer Eric Hameleers <alien@slackware.com>2011-03-01 20:43:54 +0000
commit0db5419fa53fce61198f30621beebbd9fd337f20 (patch)
tree10e057dbc56b3de76a283f6e7a0e2237fd5e6450 /libreoffice
parent099825505e39919ee272e80dfdd13187942f41f8 (diff)
downloadasb-0db5419fa53fce61198f30621beebbd9fd337f20.tar.gz
asb-0db5419fa53fce61198f30621beebbd9fd337f20.tar.xz
The script ./download_external_sources.sh downloads these two files into a temporary directory and runs them from within that tempdir. Have to rethink my strategy.
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/libreoffice36.SlackBuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/libreoffice/build/libreoffice36.SlackBuild b/libreoffice/build/libreoffice36.SlackBuild
index b6266b33..705c6ee0 100755
--- a/libreoffice/build/libreoffice36.SlackBuild
+++ b/libreoffice/build/libreoffice36.SlackBuild
@@ -694,10 +694,6 @@ enable_pam=no \
if [ "$P1" != "--oldbuild" ]; then
mkdir -p src clone rawbuild build/${PRGNAM}-${LOVER%_}${VERSION}${SUBVER}
- cp $SRCDIR/sources/ooo.lst-${VERSION}${SUBVER} \
- build/${PRGNAM}-${LOVER%_}${VERSION}${SUBVER}/ooo.lst
- cp $SRCDIR/sources/fetch_tarballs.sh-${VERSION}${SUBVER} \
- build/${PRGNAM}-${LOVER%_}${VERSION}${SUBVER}/fetch_tarballs.sh
if [ "$USE_GIT" = "yes" ]; then
echo -n "Extracting additional component archive(s) for $PRGNAM"
for (( i = 1; i < 21; i++ )) ; do