root-enter: add distfiles to mounted directories with build
This commit is contained in:
parent
76fd04aaff
commit
77b7daa719
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=root-enter
|
||||
pkgver=9
|
||||
pkgver=10
|
||||
pkgrel=0
|
||||
pkgdesc="enter chroot with mounts"
|
||||
url="https://git.ddd.rip/ptrcnull/ptrcports"
|
||||
|
|
|
@ -26,6 +26,7 @@ while getopts "be:u:c:" opt; do
|
|||
case $opt in
|
||||
'b') bindpoints="
|
||||
$bindpoints
|
||||
/var/cache/distfiles
|
||||
$HOME/aports
|
||||
$HOME/packages
|
||||
$HOME/.abuild
|
||||
|
|
Loading…
Reference in a new issue