Skip to content

Commit 655d173

Browse files
authored
Update rofi-appimage.sh
1 parent 838d3d5 commit 655d173

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rofi-appimage.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ mkdir ./AppDir && (
1515
# DOWNLOAD AND BUILD ROFI
1616
git clone --depth 1 "https://github.com/davatorium/rofi.git" ./rofi && (
1717
cd ./rofi
18-
cp -v "$PATCH" ./hack.patch
19-
patch -p1 -i ./hack.patch
18+
patch -p1 -i "$PATCH"
2019
meson --prefix /usr . build
2120
meson compile -C build
2221
meson install -C build --destdir "$(realpath ../)"

0 commit comments

Comments
 (0)