Skip to content

Commit

Permalink
fix build scripts for debian, pardus, ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Dec 19, 2023
1 parent bb97e3c commit b91d554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distro-build/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bootstrap_distribution() {
"${dist_version}" \
"${WORKDIR}/debian-$(translate_arch "$arch")"
archive_rootfs "${ROOTFS_DIR}/debian-$(translate_arch "$arch")-pd-${CURRENT_VERSION}.tar.xz" \
"${WORKDIR}/debian-$(translate_arch "$arch")"
"debian-$(translate_arch "$arch")"
done
unset arch
}
Expand Down
2 changes: 1 addition & 1 deletion distro-build/pardus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bootstrap_distribution() {
"${WORKDIR}/pardus-$(translate_arch "$arch")" \
https://depo.pardus.org.tr/pardus
archive_rootfs "${ROOTFS_DIR}/pardus-$(translate_arch "$arch")-pd-${CURRENT_VERSION}.tar.xz" \
"${WORKDIR}/pardus-$(translate_arch "$arch")"
"pardus-$(translate_arch "$arch")"
done
unset arch
}
Expand Down
2 changes: 1 addition & 1 deletion distro-build/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bootstrap_distribution() {
"${dist_version}" \
"${WORKDIR}/ubuntu-$(translate_arch "$arch")"
archive_rootfs "${ROOTFS_DIR}/ubuntu-$(translate_arch "$arch")-pd-${CURRENT_VERSION}.tar.xz" \
"${WORKDIR}/ubuntu-$(translate_arch "$arch")"
"ubuntu-$(translate_arch "$arch")"
done
unset arch
}
Expand Down

0 comments on commit b91d554

Please sign in to comment.