Skip to content

Commit 6204232

Browse files
committed
bin: update build for rofi v1.7.8
1 parent 4a4d545 commit 6204232

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

bin/update-beauty

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,15 @@ update_rofi() {
155155
rm -rf build
156156
use_latest_release || return 1
157157
git submodule update --init
158-
autoreconf -i
159158
mkdir build
160-
cd build || return
161-
../configure --disable-check
162-
make
159+
meson --buildtype=release . build
160+
ninja -C build
163161
echo -e "$green\n Previous rofi version: \n$white"
164162
row
165163
rofi -v
166164
row
167165
echo -e "$magenta\n Installing rofi... \n$white"
168-
sudo make install
166+
sudo install -Dm755 --verbose build/rofi /usr/local/bin/rofi
169167
echo -e "$green\n Current rofi version: \n$white"
170168
row
171169
rofi -v

0 commit comments

Comments
 (0)