[scripts] fix path to script

This commit is contained in:
Fabio Erculiani 2012-01-27 23:38:38 +01:00
parent 91d8589ff3
commit 1ddcc107ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
# rootfs and bootfs tarball is generated by beaglebone image
export MAKE_TARBALL="0"
exec /sabayon/scripts/mkloopcard.sh /sabayon/scripts/mkloopcard_beagleboard_chroot_hook.sh "$@"
exec /sabayon/scripts/mkloopcard.sh /sabayon/scripts/mkloopcard_beagleboard_xm_chroot_hook.sh "$@"