Skip to content

Commit

Permalink
rename to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
srenatus committed Apr 12, 2015
1 parent 1ca958e commit 7d78c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/powerpack-pack
Expand Up @@ -62,7 +62,7 @@ mount /dev/loop1 "$sysroot"
mkdir -p "$sysroot"/boot
mount /dev/loop0 "$sysroot"/boot

./powerpack/powerpack-install -n $OSNAME -o "$ostree_dir" -u "$ORIGIN_URL" "$sysroot"
./bin/powerpack-install -n $OSNAME -o "$ostree_dir" -u "$ORIGIN_URL" "$sysroot"

umount $sysroot/boot
umount $sysroot
Expand Down

0 comments on commit 7d78c24

Please sign in to comment.