diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/chroot-tools/libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index 81764af..84a7609 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg @@ -26,7 +26,7 @@ set -euE . "$(librelib conf)" . "$(librelib messages)" -. "$(librelib chroot/makechrootpkg.sh)" +. "$(librelib chroot/makechrootpkg)" set -o pipefail shopt -s nullglob |