From 44849de7a6f74d64bea6ffa85252d85628e45fe9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 26 Jul 2007 22:02:58 +0000 Subject: Fixed ownership bug --- vde/build/vde.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'vde/build/vde.SlackBuild') diff --git a/vde/build/vde.SlackBuild b/vde/build/vde.SlackBuild index cc438b6f..7bf13682 100755 --- a/vde/build/vde.SlackBuild +++ b/vde/build/vde.SlackBuild @@ -175,11 +175,7 @@ cd ${PRGNAM}-${VERSION} chown -R root:root . chmod -R u+w,go+r-w,a-s . -# Get rid of the references to /usr/local in vdetap output, man page -sed -i 's|local/lib|lib|g' vdetaplib/vdetap.c -sed -i 's|local/lib|lib|g' doc/vdetaplib.1 - -Building ... +#Building ... # For the CVS snapshot: [ "$CVS" = "yes" ] && CFLAGS="$SLKCFLAGS" autoreconf --install @@ -222,6 +218,7 @@ cp uml/README README.uml mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION || true +chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION/* chmod -R a-w $PKG/usr/doc/$PRGNAM-$VERSION/* # Compress the man page(s): -- cgit v1.2.3-65-gdbad