Skip to content

Commit

Permalink
[root] be more specific in PKG_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
rahilarious committed Nov 3, 2023
1 parent 4035ece commit 0ecb047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

### variables
CURRENT_DIR="$(realpath $(dirname $0))"
PKG_DIRS="$(ls -d ${CURRENT_DIR}/*/)"
PKG_DIRS="$(ls -d ${CURRENT_DIR}/*gentoo*/)"

source ${CURRENT_DIR}/config.env

Expand Down

0 comments on commit 0ecb047

Please sign in to comment.