Skip to content

Commit

Permalink
fix: paths for script
Browse files Browse the repository at this point in the history
  • Loading branch information
Almamu committed Jun 7, 2024
1 parent 76c02e4 commit 4d36b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
# create forwarding script
install -d -m755 "${pkgdir}/usr/bin"
echo "#!/bin/bash" > $pkgdir/usr/bin/linux-wallpaperengine
echo "cd /opt/linux-wallpaperengine; ./linux-wallpaperengine \$*" >> $pkgdir/usr/bin/linux-wallpaperengine
chmod +x $pkgdir/usr/bin/linux-wallpaperengine
Expand Down

0 comments on commit 4d36b19

Please sign in to comment.