testing new distro.sh config
This commit is contained in:
parent
31b999ac2b
commit
346fbd6653
3 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@ cloneAndInstall() {
|
||||||
cd hyprutils
|
cd hyprutils
|
||||||
|
|
||||||
if build; then
|
if build; then
|
||||||
echo_pkg install "Installing package.."
|
echo_pkg install
|
||||||
$_sudo cmake --install build
|
$_sudo cmake --install build
|
||||||
else
|
else
|
||||||
echo_error "Build has failed for $distro compiling $package"
|
echo_error "Build has failed for $distro compiling $package"
|
||||||
|
|
|
@ -190,7 +190,7 @@ cloneAndBuildLock() {
|
||||||
cd hyprlock
|
cd hyprlock
|
||||||
|
|
||||||
if build; then
|
if build; then
|
||||||
echo_pkg install "Installing hyprlock.."
|
echo_pkg install
|
||||||
$_sudo cmake --install build
|
$_sudo cmake --install build
|
||||||
else
|
else
|
||||||
echo_error "Build has failed for $distro compiling hyprlock"
|
echo_error "Build has failed for $distro compiling hyprlock"
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
makeInstall() {
|
makeInstall() {
|
||||||
echo_pkg build "Compiling neovim from source"
|
echo_pkg build "Compiling neovim from source"
|
||||||
if run make CMAKE_BUILD_TYPE=RelWithDebInfo; then
|
if run make CMAKE_BUILD_TYPE=RelWithDebInfo; then
|
||||||
echo_pkg install "Installing neovim.."
|
echo_pkg install
|
||||||
run $_sudo make install
|
run $_sudo make install
|
||||||
else
|
else
|
||||||
echo_error "Failure while building!"
|
echo_error "Failure while building!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue