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>
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
pkgname=root-enter
|
pkgname=root-enter
|
||||||
pkgver=9
|
pkgver=10
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="enter chroot with mounts"
|
pkgdesc="enter chroot with mounts"
|
||||||
url="https://git.ddd.rip/ptrcnull/ptrcports"
|
url="https://git.ddd.rip/ptrcnull/ptrcports"
|
||||||
|
|
|
@ -26,6 +26,7 @@ while getopts "be:u:c:" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
'b') bindpoints="
|
'b') bindpoints="
|
||||||
$bindpoints
|
$bindpoints
|
||||||
|
/var/cache/distfiles
|
||||||
$HOME/aports
|
$HOME/aports
|
||||||
$HOME/packages
|
$HOME/packages
|
||||||
$HOME/.abuild
|
$HOME/.abuild
|
||||||
|
|
Loading…
Reference in a new issue