aboutsummaryrefslogtreecommitdiff
path: root/build_all.sh
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-10-22 02:19:07 +0800
committerKunoiSayami <[email protected]>2021-10-22 02:19:42 +0800
commitee6e36e24da8a5d2f937c671402f32cdaf92376c (patch)
treebd15f4c176d7d7a1f7998d8c671811c205d4e556 /build_all.sh
parentb8280283811c75f49ebe3a1b7383a7e94cb6a979 (diff)
refactor: Move packages outside repo folder
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'build_all.sh')
-rwxr-xr-xbuild_all.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_all.sh b/build_all.sh
index dee8dbc..432b10f 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -1,8 +1,8 @@
#!/bin/bash
-PKGDEST="${PWD}/repo/packages"
+PKGDEST="${PWD}/packages"
SRCDEST="${PWD}/build"
-REPO_DEST="${PWD}/repo/kunoisayami.db.tar.xz"
-REPO_PENDING="${PWD}/repo/PENDING"
+REPO_DEST="${PWD}/packages/kunoisayami.db.tar.xz"
+REPO_PENDING="${PWD}/packages/PENDING"
touch "$REPO_PENDING"
pushd kunoisayami
for folder in */ ; do