From fe24283a72c1aa9db6567fd6db2268e473d0d9eb Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 19 Nov 2007 21:35:24 +0000 Subject: Fix some install commands --- antiword/build/antiword.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'antiword/build') diff --git a/antiword/build/antiword.SlackBuild b/antiword/build/antiword.SlackBuild index dd4542ea..b3683048 100755 --- a/antiword/build/antiword.SlackBuild +++ b/antiword/build/antiword.SlackBuild @@ -158,9 +158,11 @@ export CFLAGS="$SLKCFLAGS" make all 2>&1 | tee $OUTPUT/make-${PRGNAM}.log # Install all the needed stuff to the package dir -install -D -m 755 antiword $PKG/usr/bin/ -install -D -m 644 Resources/* $PKG/usr/share/antiword/ -install -D -m 644 Docs/*.1 $PKG/usr/man/man1/ +install -D -m 755 antiword $PKG/usr/bin/antiword +mkdir -p $PKG/usr/share/antiword/ +cp -a Resources/* $PKG/usr/share/antiword/ +mkdir -p $PKG/usr/man/man1/ +cp -a Docs/*.1 $PKG/usr/man/man1/ # Add documentation: mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3-65-gdbad