summaryrefslogtreecommitdiffstats
path: root/vde/build/vde.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-07-26 22:02:58 +0000
committer Eric Hameleers <alien@slackware.com>2007-07-26 22:02:58 +0000
commit44849de7a6f74d64bea6ffa85252d85628e45fe9 (patch)
tree01f10c7ee62ad2596c1b433b4382ed401d5782be /vde/build/vde.SlackBuild
parentac2d3b9d8de0594a329fb3070482a03977cda1f1 (diff)
downloadasb-44849de7a6f74d64bea6ffa85252d85628e45fe9.tar.gz
asb-44849de7a6f74d64bea6ffa85252d85628e45fe9.tar.xz
Fixed ownership bug
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):