Advertisement
gusibsd

Untitled

Oct 15th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --- src/share/poudriere/options.sh.orig 2013-10-15 14:15:47.489672598 +0000
  2. +++ src/share/poudriere/options.sh 2013-10-15 14:15:54.187671342 +0000
  3. @@ -117,7 +117,9 @@
  4. LISTPORTS="$@"
  5. fi
  6.  
  7. -PORT_DBDIR=${POUDRIERED}/${JAILNAME}${JAILNAME:+-}${SETNAME}${SETNAME:+-}options
  8. +PTNAME_TMP=${PTNAME##default}
  9. +
  10. +PORT_DBDIR=${POUDRIERED}/${JAILNAME}${JAILNAME:+-}${PTNAME_TMP}${PTNAME_TMP:+-}${SETNAME}${SETNAME:+-}options
  11.  
  12. mkdir -p ${PORT_DBDIR}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement