diff options
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/port-alpine.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/port-alpine.sh b/auto/port-alpine.sh index 42c1b42..1409d5f 100755 --- a/auto/port-alpine.sh +++ b/auto/port-alpine.sh @@ -4,7 +4,7 @@ # package=$1 -aports_dir="/home/david/docs/proj/alpine/aports" +aports_dir="../../alpine/aports" pkgbuild=$(find $aports_dir -name "$package" -type d | head -1) |