diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2015-08-30 01:28:03 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2015-08-30 01:28:03 +0000 |
commit | 27a8732039fdd2102cd216f421f66c58c905e693 (patch) | |
tree | 28f13a27a24dae4637e81073d62be297bf7a3e97 /examples | |
parent | setup.py: Fix rebase errors causing the lib/catalyst files to not be installed (diff) | |
download | catalyst-27a8732039fdd2102cd216f421f66c58c905e693.tar.gz catalyst-27a8732039fdd2102cd216f421f66c58c905e693.tar.bz2 catalyst-27a8732039fdd2102cd216f421f66c58c905e693.zip |
Update sharedir location from /usr/lib/catalyst to /usr/share/catalyst.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/livecd-stage2_template.spec | 2 | ||||
-rw-r--r-- | examples/netboot_template.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index ca1ca828..c2c6bf3a 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -103,7 +103,7 @@ livecd/fsops: # configuration for the bootloader. On x86/amd64, it also can include a small # memory testing application, called memtest86+. # example: -# livecd/cdtar: /usr/lib/catalyst/livecd/cdtar/isolinux-2.13-memtest86+-cdtar.tar.bz2 +# livecd/cdtar: /usr/share/catalyst/livecd/cdtar/isolinux-2.13-memtest86+-cdtar.tar.bz2 livecd/cdtar: # This is the full path and filename to the ISO image that the livecd-stage2 diff --git a/examples/netboot_template.spec b/examples/netboot_template.spec index 921ddf43..d10b645d 100644 --- a/examples/netboot_template.spec +++ b/examples/netboot_template.spec @@ -114,7 +114,7 @@ netboot/busybox_config: # This is the full path and filename to the tarball to use as the base for the # netboot image. # example: -# netboot/base_tarball: /usr/lib/catalyst/netboot/netboot-base.tar.bz2 +# netboot/base_tarball: /usr/share/catalyst/netboot/netboot-base.tar.bz2 netboot/base_tarball: # These are the packages that will be built for your netboot image using the USE |