diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 12:54:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 12:54:46 +0100 |
commit | cf842e4d5818db14b563eb5b580e138d6fbb46c4 (patch) | |
tree | 87fbb664ceaa202cef37961635dd7b5f56ac0467 | |
parent | d4d566b85fb34ca4f57fee06c5f4b52bb675d687 (diff) |
change exec name and libname to allow argent to coexist
-rwxr-xr-x | libvasile-kogaion (renamed from libvasile) | 0 | ||||
-rwxr-xr-x | vasile-kogaion (renamed from vasile) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libvasile b/libvasile-kogaion index 11c3af5..11c3af5 100755 --- a/libvasile +++ b/libvasile-kogaion @@ -59,7 +59,7 @@ export local isoefibootdirx64=""$isorootdirx64"/efi/boot" export local dracutrdx64="initramfs-genkernel-"$isomainarchx64"-"$kernelver"" export local dracutcmdx64="dracut -N -o systemd -o systemd-initrd -o systemd-networkd -o dracut-systemd --force --kver "$kernelver" "/boot/"$dracutrdx64""" -source /usr/lib/vasile-kogaion/libvasile +source /usr/lib/vasile-kogaion/libvasile-kogaion case $1 in --build) source /usr/share/vasile-kogaion/build |