Advertisement
ponce

different folder for containers patch

Feb 5th, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. --- lxc.SlackBuild.orig 2012-08-10 22:05:53.000000000 +0200
  2. +++ lxc.SlackBuild 2013-02-05 21:32:47.274968000 +0100
  3. @@ -80,6 +80,7 @@
  4. --mandir=/usr/man \
  5. --docdir=/usr/doc/$PKGNAM-$VERSION \
  6. --infodir=/usr/info \
  7. + --with-config-path=/srv/lxc \
  8. --build=$ARCH-slackware-linux
  9.  
  10. # Build and install:
  11. @@ -87,7 +88,7 @@
  12. make install DESTDIR=$PKG || exit 1
  13.  
  14. # Make configuration directory:
  15. -mkdir -p $PKG/var/lib/lxc
  16. +mkdir -p $PKG/srv/lxc
  17.  
  18. # Strip binaries:
  19. ( cd $PKG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement