summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-rwxr-xr-xauto/port-alpine.sh2
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)