diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-25 18:05:37 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-25 18:05:37 -0300 |
commit | 12b709bd141bf25a97c42034ec77798b3a548105 (patch) | |
tree | 98a8eb455a837ce034c1d1ffbccd466b1d1fa4fe /createrepos | |
parent | a6e67e220e638ee69b63dd9a96af7e608c27531c (diff) |
update any-to-ours and fixes
Diffstat (limited to 'createrepos')
-rwxr-xr-x | createrepos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createrepos b/createrepos index 8da2455..bee86d2 100755 --- a/createrepos +++ b/createrepos @@ -3,6 +3,6 @@ source "$(dirname "$(readlink -e "$0")")/config" -mkdir -p -- "${FTP_BASE}"/{"${PKGPOOL}","${SRCPOOL}"} "${CLEANUP_DESTDIR}" "${SOURCE_CLEANUP_DESTDIR}" "${STAGING}" +mkdir -p -- "${REPO_DIR}"/{"${PKGPOOL}","${SRCPOOL}"} "${CLEANUP_DESTDIR}" "${SOURCE_CLEANUP_DESTDIR}" "${STAGING}" "$(dirname "$(readlink -e "$0")")/create-repo" "${PKGREPOS[@]}" |