summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-03-01 20:33:01 +0000
committer Eric Hameleers <alien@slackware.com>2011-03-01 20:33:01 +0000
commit099825505e39919ee272e80dfdd13187942f41f8 (patch)
tree6b4fe7e442a91c3a645ae689366fddd5c448e106 /libreoffice
parentdaa58f0a1a36c7e1b2ad983239b30198a48f5a04 (diff)
downloadasb-099825505e39919ee272e80dfdd13187942f41f8.tar.gz
asb-099825505e39919ee272e80dfdd13187942f41f8.tar.xz
Another miss
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/libreoffice36.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/libreoffice/build/libreoffice36.SlackBuild b/libreoffice/build/libreoffice36.SlackBuild
index 47b37da0..b6266b33 100755
--- a/libreoffice/build/libreoffice36.SlackBuild
+++ b/libreoffice/build/libreoffice36.SlackBuild
@@ -694,9 +694,10 @@ 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}/
+ 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}/
+ 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