summaryrefslogtreecommitdiffstats
path: root/vde/build/vde.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xvde/build/vde.SlackBuild7
1 files changed, 2 insertions, 5 deletions
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):